Ubiquity 2.5.2
php rapid development framework
|
Ubiquity\security\acl\models$Permission This class is part of Ubiquity. More...
Public Member Functions | |
__construct (?string $name=null, int $level=0) | |
getLevel () | |
setLevel (int $level) | |
Public Member Functions inherited from AbstractAclPart | |
__construct (?string $name=null) | |
getName () | |
getId_ () | |
setName ($name) | |
toArray () | |
fromArray (array $values) | |
__toString () | |
getType () | |
setType (?string $type) | |
castAs (string $class) | |
Protected Attributes | |
$level | |
Protected Attributes inherited from AbstractAclPart | |
$name | |
@id @column("name"=>"name","nullable"=>false,"dbType"=>"varchar(100)") | |
$type ='' | |
Ubiquity\security\acl\models$Permission This class is part of Ubiquity.
Definition at line 12 of file Permission.php.
__construct | ( | ?string | $name = null , |
int | $level = 0 |
||
) |
Definition at line 21 of file Permission.php.
getLevel | ( | ) |
Definition at line 30 of file Permission.php.
setLevel | ( | int | $level | ) |
int | $level |
Definition at line 38 of file Permission.php.
|
protected |
Definition at line 19 of file Permission.php.