Permission_Group
class Permission_Group
Permission_Group class
This class is used to group permissions together for showing on an interface.
Methods
__construct(string $name, array $permissions)
Constructor
string
getName()
Get the name of the permission group
array
getPermissions()
Get permissions
Details
at line 728
__construct(string $name, array $permissions)
Constructor
at line 738
string
getName()
Get the name of the permission group
at line 751
array
getPermissions()
Get permissions