Method |
Description |
|
__construct ( array $attributes = [] ) |
constructor |
|
addParent ( Permission $parent ) : void |
Add parent to ancestor |
|
getAttributes ( ) : array |
returns current attributes |
|
getDepth ( ) : integer |
Returns depth |
|
getIterator ( ) : ArrayIterato\ArrayIterator |
Get an iterator for the items. |
|
getParent ( ) : Permission |
Returns parent registered |
|
offsetExists ( mixed $offset ) : boolean |
Determine if an item exists at an offset. |
|
offsetGet ( mixed $offset ) : mixed |
Get an item at a given offset. |
|
offsetSet ( mixed $offset, mixed $value ) : void |
Set the item at a given offset. |
|
offsetUnset ( string $offset ) : void |
Unset the item at a given offset. |
|
pure ( string $key ) : mixed | null |
Get value of without inherit |
|
setGrant ( Grant $grant ) : void |
Set the grant |
|