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

Ubiquity\contents\validation\validators\comparison$LessThanOrEqualValidator This class is part of Ubiquity. More...

+ Inheritance diagram for LessThanOrEqualValidator:

Public Member Functions

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

Protected Attributes

 $ref
 
- Protected Attributes inherited from ValidatorHasNotNull
 $notNull
 
- Protected Attributes inherited from Validator
 $modifiedMessage
 
 $message
 
 $member
 
 $value
 
 $severity
 

Additional Inherited Members

- Protected Member Functions inherited from Validator
 setParams (array $params)
 
 mergeMessages ()
 
 _getMessage ()
 

Detailed Description

Ubiquity\contents\validation\validators\comparison$LessThanOrEqualValidator This class is part of Ubiquity.

Author
jc
Version
1.0.0

Definition at line 16 of file LessThanOrEqualValidator.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( )

Definition at line 19 of file LessThanOrEqualValidator.php.

Member Function Documentation

◆ asUI()

asUI ( )

{}

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

Reimplemented from ValidatorHasNotNull.

Definition at line 45 of file LessThanOrEqualValidator.php.

◆ getParameters()

getParameters ( )

{{}

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

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

Reimplemented from Validator.

Definition at line 36 of file LessThanOrEqualValidator.php.

◆ validate()

validate (   $value)
Parameters
mixed$value
Returns
boolean

Reimplemented from ValidatorHasNotNull.

Definition at line 23 of file LessThanOrEqualValidator.php.

Field Documentation

◆ $ref

$ref
protected

Definition at line 17 of file LessThanOrEqualValidator.php.


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