PHP 인터페이스 Neos\Flow\Security\Authorization\InterceptorInterface

파일 보기 프로젝트 열기: neos/flow-development-collection 0 사용 예제들

공개 메소드들

메소드 설명
invoke ( ) : boolean Invokes the security interception (e.g. calls a PrivilegeManagerInterface)

메소드 상세

invoke() 공개 메소드

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