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

Base class for annotations. More...

+ Inheritance diagram for BaseAnnotation:

Public Member Functions

 initAnnotation (array $properties)
 
 asAnnotation ()
 
 __toString ()
 
- Public Member Functions inherited from BaseAnnotationTrait
 getProperties ()
 
 getPropertiesAndValues ($props=NULL)
 
 isSameAs ($annot)
 

Protected Member Functions

 getDefaultParameters ()
 

Detailed Description

Base class for annotations.

@usage('property'=>true, 'inherited'=>true)

Definition at line 13 of file BaseAnnotation.php.

Member Function Documentation

◆ __toString()

__toString ( )

Definition at line 40 of file BaseAnnotation.php.

◆ asAnnotation()

asAnnotation ( )

Reimplemented in ValidatorAnnotation.

Definition at line 36 of file BaseAnnotation.php.

◆ getDefaultParameters()

getDefaultParameters ( )
protected

Reimplemented from BaseAnnotationTrait.

Definition at line 31 of file BaseAnnotation.php.

◆ initAnnotation()


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