|
Ubiquity 2.5.2
php rapid development framework
|
Inheritance diagram for ValidatorAnnotation:Public Member Functions | |
| initAnnotation (array $properties) | |
| Initialize the annotation. | |
| asAnnotation () | |
Public Member Functions inherited from BaseAnnotation | |
| __toString () | |
Public Member Functions inherited from BaseAnnotationTrait | |
| getProperties () | |
| getPropertiesAndValues ($props=NULL) | |
| isSameAs ($annot) | |
Data Fields | |
| $type | |
| $message | |
| $severity | |
| $group | |
| $constraints = [ ] | |
Additional Inherited Members | |
Protected Member Functions inherited from BaseAnnotation | |
| getDefaultParameters () | |
Definition at line 22 of file ValidatorAnnotation.php.
| asAnnotation | ( | ) |
Reimplemented from BaseAnnotation.
Definition at line 54 of file ValidatorAnnotation.php.
| initAnnotation | ( | array | $properties | ) |
Initialize the annotation.
Reimplemented from BaseAnnotation.
Definition at line 32 of file ValidatorAnnotation.php.
| $constraints = [ ] |
Definition at line 27 of file ValidatorAnnotation.php.
| $group |
Definition at line 26 of file ValidatorAnnotation.php.
| $message |
Definition at line 24 of file ValidatorAnnotation.php.
| $severity |
Definition at line 25 of file ValidatorAnnotation.php.
| $type |
Definition at line 23 of file ValidatorAnnotation.php.