AdminAccessPermissionPresentationInterface

Extends

Interface AdminAccessPermissionPresentationInterface

category

System

package

AdminAccess

subpackage

Entities

Methods

Returns the group of this permission.

getGroup() : \AdminAccessGroupInterface
Throws
\GroupNotFoundException

Response

\AdminAccessGroupInterface

Group object.

Returns the role of this permission.

getRole() : \AdminAccessRoleInterface

Response

\AdminAccessRoleInterface

Role object.

Checks if deleting is granted.

isDeletingGranted() : boolean

Response

boolean

True if deleting is granted, false otherwise.

Checks if reading is granted.

isReadingGranted() : boolean

Response

boolean

True if reading is granted, false otherwise.

Checks if writing is granted.

isWritingGranted() : boolean

Response

boolean

True if writing is granted, false otherwise.