|
Ubiquity 2.5.2
php rapid development framework
|
Attribute Permission. More...
Inheritance diagram for Permission:Public Member Functions | |
| __construct (string|int $name, ?int $level=0) | |
| Permission constructor. | |
Public Member Functions inherited from BaseAttribute | |
| __construct () | |
| asAnnotation () | |
| getNamespace () | |
| __toString () | |
Public Member Functions inherited from BaseAnnotationTrait | |
| getProperties () | |
| getPropertiesAndValues ($props=NULL) | |
| isSameAs ($annot) | |
Data Fields | |
| string int null | $name |
| int | $level |
Additional Inherited Members | |
Protected Member Functions inherited from BaseAttribute | |
| getDefaultParameters () | |
Attribute Permission.
usages :
Definition at line 22 of file Permission.php.
| __construct | ( | string|int | $name, |
| ?int | $level = 0 |
||
| ) |
Permission constructor.
| string | int | $name | |
| int | null | $level |
Definition at line 33 of file Permission.php.
| int $level |
Definition at line 26 of file Permission.php.
| string int null $name |
Definition at line 24 of file Permission.php.