Class CallbackAssertion

Summary

Fully Qualified Name: Zend\Permissions\Rbac\Assertion\CallbackAssertion
Implements: AssertionInterface

Description

Methods

Name Description Defined By
__construct() CallbackAssertion
assert() Assertion method - must return a boolean. CallbackAssertion

Method Details

__construct()

Parameter Name Type Description
$callback callable The

Returns:

assert()

Assertion method - must return a boolean.

Returns the result of the composed callback.

Parameter Name Type Description
$rbac \Rbac

Returns: bool

Top