Overview

Packages

  • Jyxo_Beholder
  • Jyxo_Charset
  • Jyxo_Color
  • Jyxo_Css
  • Jyxo_ErrorHandling
  • Jyxo_FirePhp
  • Jyxo_Gettext
    • Parser
  • Jyxo_Html
  • Jyxo_Input
    • Chain
    • Filter
    • Validator
  • Jyxo_Mail
    • Email
    • Parser
    • Sender
  • Jyxo_Rpc
    • Json
    • Xml
  • Jyxo_Shell
  • Jyxo_SpamFilter
  • Jyxo_Spl
  • Jyxo_String
  • Jyxo_Svn
  • Jyxo_Time
  • Jyxo_Timer
  • Jyxo_Webdav
  • Jyxo_XmlReader
  • PHP

Classes

  • Jyxo_Input_Validator
  • Jyxo_Input_Validator_AbstractValidator
  • Jyxo_Input_Validator_Callback
  • Jyxo_Input_Validator_Equals
  • Jyxo_Input_Validator_InArray
  • Jyxo_Input_Validator_IsArray
  • Jyxo_Input_Validator_IsBankAccountNumber
  • Jyxo_Input_Validator_IsBirthNumber
  • Jyxo_Input_Validator_IsCompanyId
  • Jyxo_Input_Validator_IsCountryCode
  • Jyxo_Input_Validator_IsDate
  • Jyxo_Input_Validator_IsDateTime
  • Jyxo_Input_Validator_IsEmail
  • Jyxo_Input_Validator_IsIban
  • Jyxo_Input_Validator_IsInt
  • Jyxo_Input_Validator_IsIpV4
  • Jyxo_Input_Validator_IsIpV6
  • Jyxo_Input_Validator_IsNumeric
  • Jyxo_Input_Validator_IsPhone
  • Jyxo_Input_Validator_IsTaxId
  • Jyxo_Input_Validator_IsUrl
  • Jyxo_Input_Validator_IsZipCode
  • Jyxo_Input_Validator_LessThan
  • Jyxo_Input_Validator_NotEmpty
  • Jyxo_Input_Validator_Regex
  • Jyxo_Input_Validator_StringLengthBetween
  • Jyxo_Input_Validator_StringLengthGreaterThan
  • Jyxo_Input_Validator_StringLengthLessThan
  • Jyxo_Input_Validator_Upload

Interfaces

  • Jyxo_Input_Validator_ErrorMessage
  • Jyxo_Input_ValidatorInterface

Exceptions

  • Jyxo_Input_Validator_Exception
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated

Package Jyxo_Input

Subpackage Validator

Classes summary
Jyxo_Input_Validator Class for easier one-line validation.
Jyxo_Input_Validator_AbstractValidator Base abstract validator class.
Jyxo_Input_Validator_Callback Validates a value using a custom callback or anonymous function.
Jyxo_Input_Validator_Equals Validates a value.
Jyxo_Input_Validator_InArray Checks if the given value is from an array of predefined values.
Jyxo_Input_Validator_IsArray Validates if the given value is an array.
Jyxo_Input_Validator_IsBankAccountNumber (Czech) bank number validator.
Jyxo_Input_Validator_IsBirthNumber Validates a birth number.
Jyxo_Input_Validator_IsCompanyId Validates IČ (Czech company number).
Jyxo_Input_Validator_IsCountryCode Validator checking if the given value is a valid ISO 3166 country code. Codes taken from http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm
Jyxo_Input_Validator_IsDate Validates if the given value is a valid date in the YYYY-MM-DD form.
Jyxo_Input_Validator_IsDateTime Validator checking if the input value is valid date and time in YYYY-MM-DD HH::MM::SS format.
Jyxo_Input_Validator_IsEmail Email address validation.
Jyxo_Input_Validator_IsIban (Czech) IBAN number validator.
Jyxo_Input_Validator_IsInt Validator checking in the input value is an integer.
Jyxo_Input_Validator_IsIpV4 Validates a IPv4 address.
Jyxo_Input_Validator_IsIpV6 Validates a IPv6 address.
Jyxo_Input_Validator_IsNumeric Validator checking if the input value is numeric.
Jyxo_Input_Validator_IsPhone (Czech and Slovak) phone number validator.
Jyxo_Input_Validator_IsTaxId Validates (Czech) Tax ID.
Jyxo_Input_Validator_IsUrl Validates a URL.
Jyxo_Input_Validator_IsZipCode Validates a (Czech) ZIP code.
Jyxo_Input_Validator_LessThan Validator for numbers; checks if its value is less than...
Jyxo_Input_Validator_NotEmpty Validates if a value is not empty.
Jyxo_Input_Validator_Regex Validates a value using a regular expression.
Jyxo_Input_Validator_StringLengthBetween Validates string length; must be between the given bounds.
Jyxo_Input_Validator_StringLengthGreaterThan Validates string length to be greater than the given length.
Jyxo_Input_Validator_StringLengthLessThan Validates string length to be lower than the given length.
Jyxo_Input_Validator_Upload File upload processing.
Interfaces summary
Jyxo_Input_Validator_ErrorMessage Interface for classes implementing own error messages.
Jyxo_Input_ValidatorInterface Interface defining basic validator methods.
Exceptions summary
Jyxo_Input_Validator_Exception Validation exception.
Jyxo PHP Library API documentation generated by ApiGen 2.3.0