$name
$name : string
Role name
Acl role class
$parent : \Pop\Acl\AclRole
Role parent
setName(string $name) : \Pop\Acl\AbstractAcl
Set the acl role name
| string | $name |
createFromJson(string $jsonString, integer $depth = 512, integer $options) : \Pop\Utils\ArrayObject
Create array object from JSON string
| string | $jsonString | |
| integer | $depth | |
| integer | $options |
createFromSerialized(string $string) : \Pop\Utils\ArrayObject
Create array object from serialized string
| string | $string |
jsonUnserialize(string $jsonString, integer $depth = 512, integer $options) : \Pop\Utils\ArrayObject
Unserialize a JSON string
| string | $jsonString | |
| integer | $depth | |
| integer | $options |
unserialize(string $string) : \Pop\Utils\ArrayObject
Unserialize a string
| string | $string |
__set(string $name, mixed $value) : \Pop\Utils\ArrayObject
Set a value
| string | $name | |
| mixed | $value |
addChild(\Pop\Acl\AclRole $child) : \Pop\Acl\AclRole
Add a child role
| \Pop\Acl\AclRole | $child |
setParent(\Pop\Acl\AclRole $parent) : \Pop\Acl\AclRole
Set the parent role
| \Pop\Acl\AclRole | $parent |
getParent() : \Pop\Acl\AclRole
Get the role parent