Method |
Description |
|
affiliate ( Permission $item, string $to ) : void |
affiliated to another registered |
|
delete ( Permission $item ) : integer |
Delete register information |
|
fetchAncestor ( string $siteKey, string $name ) : array |
Returns ancestor of item |
|
fetchDescendant ( string $siteKey, string $name ) : array |
Returns descendant of item |
|
findByName ( string $siteKey, string $name ) : Permission |
Find a registered by type and name |
|
foster ( Permission $item, string $to ) : void |
Parent Changing with descendant |
|
insert ( Permission $item ) : Permission |
Insert register information |
|
update ( Permission $item ) : Permission |
Update register information |
|