|
Ubiquity 2.5.2
php rapid development framework
|
Ubiquity\security\acl\models$Role This class is part of Ubiquity. More...
Inheritance diagram for Role:Public Member Functions | |
| __construct (?string $name=null, $parents='') | |
| getParents () | |
| getParentsArray () | |
| setParents ($parents) | |
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 | |
| $parents = '' | |
Protected Attributes inherited from AbstractAclPart | |
| $name | |
| @id @column("name"=>"name","nullable"=>false,"dbType"=>"varchar(100)") | |
| $type ='' | |