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

Annotation Transformer. More...

+ Inheritance diagram for TransformerAnnotation:

Public Member Functions

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

Data Fields

 $name
 

Additional Inherited Members

- Protected Member Functions inherited from BaseAnnotation
 getDefaultParameters ()
 

Detailed Description

Annotation Transformer.

usage :

  • transformer("name"=>"transformerName")
  • transformer("transformerName")
Author
jc
Version
1.0.2 @usage('property'=>true, 'inherited'=>true)
Since
Ubiquity 2.1.1

Definition at line 15 of file TransformerAnnotation.php.

Member Function Documentation

◆ initAnnotation()

initAnnotation ( array  $properties)

Initialize the annotation.

Reimplemented from BaseAnnotation.

Definition at line 22 of file TransformerAnnotation.php.

◆ isSameAs()

isSameAs (   $annot)

Reimplemented from BaseAnnotationTrait.

Definition at line 33 of file TransformerAnnotation.php.

Field Documentation

◆ $name

$name

Definition at line 17 of file TransformerAnnotation.php.


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