buildAllowed() buildAllowed(string $role, array $explicit_permissions = array()) : array Parameters string $role array $explicit_permissions Returns array
isAllowed() isAllowed(string $permission = null, string $role = null) : boolean Check whether a user is allowed to access a permission Parameters string $permission string $role Returns boolean
authorize() authorize() Throws \ManaPHP\Identity\NoCredentialException \ManaPHP\Exception\ForbiddenException