Ubiquity 2.5.2
php rapid development framework
|
Annotation Allow. More...
Public Member Functions | |
initAnnotation (array $properties) | |
Initialize the annotation. | |
Public Member Functions inherited from BaseAnnotation | |
asAnnotation () | |
__toString () | |
Public Member Functions inherited from BaseAnnotationTrait | |
getProperties () | |
getPropertiesAndValues ($props=NULL) | |
isSameAs ($annot) | |
Data Fields | |
$role | |
$permission | |
$resource | |
Additional Inherited Members | |
Protected Member Functions inherited from BaseAnnotation | |
getDefaultParameters () | |
Annotation Allow.
usages :
Definition at line 19 of file AllowAnnotation.php.
initAnnotation | ( | array | $properties | ) |
Initialize the annotation.
Reimplemented from BaseAnnotation.
Definition at line 30 of file AllowAnnotation.php.
$permission |
Definition at line 23 of file AllowAnnotation.php.
$resource |
Definition at line 25 of file AllowAnnotation.php.
$role |
Definition at line 21 of file AllowAnnotation.php.