AdminAccessPermissionPresentationInterface
in
Interface AdminAccessPermissionPresentationInterface
Tags
Table of Contents
- getGroup() : AdminAccessGroupInterface
- Returns the group of this permission.
- getRole() : AdminAccessRoleInterface
- Returns the role of this permission.
- isDeletingGranted() : bool
- Checks if deleting is granted.
- isReadingGranted() : bool
- Checks if reading is granted.
- isWritingGranted() : bool
- Checks if writing is granted.
Methods
getGroup()
Returns the group of this permission.
public
getGroup() : AdminAccessGroupInterface
Tags
Return values
AdminAccessGroupInterface —Group object.
getRole()
Returns the role of this permission.
public
getRole() : AdminAccessRoleInterface
Return values
AdminAccessRoleInterface —Role object.
isDeletingGranted()
Checks if deleting is granted.
public
isDeletingGranted() : bool
Return values
bool —True if deleting is granted, false otherwise.
isReadingGranted()
Checks if reading is granted.
public
isReadingGranted() : bool
Return values
bool —True if reading is granted, false otherwise.
isWritingGranted()
Checks if writing is granted.
public
isWritingGranted() : bool
Return values
bool —True if writing is granted, false otherwise.