define |
"BASE" "../../.." |
---|---|
package |
Subsystems |
acceptance_of( $field, $object, $opts) : mixed
mixed
alphanumericality_of( $field, $object, $opts) : mixed
mixed
check_antispam( $params, string $msg = "") : boolean
string
boolean
checkPasswordStrength( $password) : string
string
error if any
checkUsername( $username) : string
string
confirmation_of( $field, $object, $opts)
failAndReturnToForm(string $msg = '', null $post = null)
string
null
flashAndReturnToForm(string $queue = 'message', $msg, null $post = null)
string
null
format_of( $field, $object, $opts)
generatePassword(string $len = MIN_PWD_LEN, string $cap = MIN_UPPER, string $num = MIN_DIGITS, string $sym = MIN_SYMBOL) : string
string
string
string
string
string
is_valid_email( $field, $object, $opts) : mixed
mixed
is_valid_phonenumber( $field, $object, $opts) : mixed
mixed
is_valid_sef_name( $field, $object, $opts) : mixed
mixed
is_valid_state( $field, $object, $opts) : boolean|string
boolean|string
is_valid_zipcode( $field, $object, $opts) : mixed
mixed
isValidEmail( $email) : boolean
Provide email address (raw input) Returns true if the email address has the email address format and the domain exists.
boolean
length_of( $field, $object, $opts) : mixed
mixed
numericality_of( $field, $object, $opts) : mixed
mixed
presence_of( $field, $object, $opts) : mixed
mixed
setErrorField( $field)
uniqueness_of( $field, $object, $opts) : mixed
mixed
uploadSuccessful( $file) : mixed
deprecated |
---|
mixed
validate( $vars, $post) : boolean
boolean
validate_email_address( $email) : boolean
boolean
value_between( $field, $object, $opts) : mixed
mixed