Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
EmailValidator Class Reference

Validates an email address Usage @validator("email") More...

+ Inheritance diagram for EmailValidator:

Public Member Functions

 __construct ()
 
 asUI ()
 {{}
See also
\Ubiquity\contents\validation\validators\ValidatorasUI()
}
 
- Public Member Functions inherited from RegexValidator
 validate ($value)
 
 getParameters ()
 {{}
See also
\Ubiquity\contents\validation\validators\ValidatorInterfacegetParameters()
}
 
- Public Member Functions inherited from Validator
 validate_ ($value)
 
 setValidationParameters ($member, $params, $severity='warning', $message=null)
 
 getMember ()
 
 setMember ($member)
 

Additional Inherited Members

- Protected Member Functions inherited from Validator
 setParams (array $params)
 
 mergeMessages ()
 
 _getMessage ()
 
- Protected Attributes inherited from RegexValidator
 $ref
 
 $match
 
- Protected Attributes inherited from ValidatorHasNotNull
 $notNull
 
- Protected Attributes inherited from Validator
 $modifiedMessage
 
 $message
 
 $member
 
 $value
 
 $severity
 

Detailed Description

Validates an email address Usage @validator("email")

Author
jc
Version
1.0.0

Definition at line 12 of file EmailValidator.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( )

Reimplemented from RegexValidator.

Definition at line 14 of file EmailValidator.php.

Member Function Documentation

◆ asUI()

asUI ( )

{{}

See also
\Ubiquity\contents\validation\validators\ValidatorasUI()
}

See also
\Ubiquity\contents\validation\validators\Validator::asUI()

Reimplemented from RegexValidator.

Definition at line 25 of file EmailValidator.php.


The documentation for this class was generated from the following file: