PHP Interface Neos\Flow\Security\Authorization\InterceptorInterface

Afficher le fichier Open project: neos/flow-development-collection Interface Usage Examples

Méthodes publiques

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

Method Details

invoke() public méthode

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