PHP Interface Neos\Flow\Security\Authorization\InterceptorInterface

显示文件 Open project: neos/flow-development-collection Interface Usage Examples

Public Methods

Method Description
invoke ( ) : boolean Invokes the security interception (e.g. calls a PrivilegeManagerInterface)

Method Details

invoke() public method

Invokes the security interception (e.g. calls a PrivilegeManagerInterface)
public invoke ( ) : boolean
return boolean TRUE if the security checks was passed