Ubiquity 2.5.2
php rapid development framework
|
Constraint Violation Generated During Validation with the ValidatorsManager. More...
Public Member Functions | |
__construct ($message, $value, $member, $validatorType, $severity) | |
getMessage () | |
getValue () | |
getMember () | |
getValidatorType () | |
getSeverity () | |
setMessage ($message) | |
setValue ($value) | |
setMember ($member) | |
setValidatorType ($validatorType) | |
setSeverity ($severity) | |
__toString () | |
Protected Attributes | |
$message | |
$value | |
$member | |
$validatorType | |
$severity | |
Constraint Violation Generated During Validation with the ValidatorsManager.
Ubiquity\contents\validation\validators$ConstraintViolation This class is part of Ubiquity
Definition at line 18 of file ConstraintViolation.php.
__construct | ( | $message, | |
$value, | |||
$member, | |||
$validatorType, | |||
$severity | |||
) |
Definition at line 25 of file ConstraintViolation.php.
__toString | ( | ) |
Definition at line 113 of file ConstraintViolation.php.
getMember | ( | ) |
Definition at line 53 of file ConstraintViolation.php.
getMessage | ( | ) |
Definition at line 37 of file ConstraintViolation.php.
getSeverity | ( | ) |
Definition at line 69 of file ConstraintViolation.php.
getValidatorType | ( | ) |
Definition at line 61 of file ConstraintViolation.php.
getValue | ( | ) |
Definition at line 45 of file ConstraintViolation.php.
setMember | ( | $member | ) |
mixed | $member |
Definition at line 93 of file ConstraintViolation.php.
setMessage | ( | $message | ) |
mixed | $message |
Definition at line 77 of file ConstraintViolation.php.
setSeverity | ( | $severity | ) |
mixed | $severity |
Definition at line 109 of file ConstraintViolation.php.
setValidatorType | ( | $validatorType | ) |
mixed | $validatorType |
Definition at line 101 of file ConstraintViolation.php.
setValue | ( | $value | ) |
mixed | $value |
Definition at line 85 of file ConstraintViolation.php.
|
protected |
Definition at line 21 of file ConstraintViolation.php.
|
protected |
Definition at line 19 of file ConstraintViolation.php.
|
protected |
Definition at line 23 of file ConstraintViolation.php.
|
protected |
Definition at line 22 of file ConstraintViolation.php.
|
protected |
Definition at line 20 of file ConstraintViolation.php.