Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
ValidatorAnnotation Class Reference
+ 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 ()
 

Detailed Description

Definition at line 22 of file ValidatorAnnotation.php.

Member Function Documentation

◆ asAnnotation()

asAnnotation ( )

Reimplemented from BaseAnnotation.

Definition at line 54 of file ValidatorAnnotation.php.

◆ initAnnotation()

initAnnotation ( array  $properties)

Initialize the annotation.

Reimplemented from BaseAnnotation.

Definition at line 32 of file ValidatorAnnotation.php.

Field Documentation

◆ $constraints

$constraints = [ ]

Definition at line 27 of file ValidatorAnnotation.php.

◆ $group

$group

Definition at line 26 of file ValidatorAnnotation.php.

◆ $message

$message

Definition at line 24 of file ValidatorAnnotation.php.

◆ $severity

$severity

Definition at line 25 of file ValidatorAnnotation.php.

◆ $type

$type

Definition at line 23 of file ValidatorAnnotation.php.


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