Interface AdminAccessPermissionPresentationInterface

Interface AdminAccessPermissionPresentationInterface

Direct known implementers

AdminAccessPermission

Methods summary

public getGroup( void ) : AdminAccessGroupInterface

Returns the group of this permission.

public getRole( void ) : AdminAccessRoleInterface

Returns the role of this permission.

public isDeletingGranted( void ) : boolean

Checks if deleting is granted.

public isReadingGranted( void ) : boolean

Checks if reading is granted.

public isWritingGranted( void ) : boolean

Checks if writing is granted.