Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
IsEmptyValidator Class Reference
+ Inheritance diagram for IsEmptyValidator:

Public Member Functions

 __construct ()
 
 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)
 
 asUI ()
 

Additional Inherited Members

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

Detailed Description

Definition at line 7 of file IsEmptyValidator.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( )

Definition at line 9 of file IsEmptyValidator.php.

Member Function Documentation

◆ getParameters()

getParameters ( )

{}

See also
\Ubiquity\contents\validation\validators\ValidatorInterfacegetParameters()

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

Reimplemented from Validator.

Definition at line 20 of file IsEmptyValidator.php.

◆ validate()

validate (   $value)
Parameters
mixed$value
Returns
boolean

Implements ValidatorInterface.

Definition at line 12 of file IsEmptyValidator.php.


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