PHP Interface ZfcRbac\Assertion\AssertionInterface

Author: Michaël Gallego ([email protected])
Author: Aeneas Rekkas
Author: Daniel Gimenes ([email protected])
显示文件 Open project: zf-commons/zfc-rbac Interface Usage Examples

Public Methods

Method Description
assert ( AuthorizationService $authorizationService ) : boolean Check if this assertion is true

Method Details

assert() public method

Check if this assertion is true
public assert ( AuthorizationService $authorizationService ) : boolean
$authorizationService ZfcRbac\Service\AuthorizationService
return boolean