PHP 인터페이스 Neos\Flow\Security\Authorization\Privilege\Method\MethodPrivilegeInterface

상속: extends Neos\Flow\Security\Authorization\Privilege\PrivilegeInterface
파일 보기 프로젝트 열기: neos/flow-development-collection 0 사용 예제들

공개 메소드들

메소드 설명
getPointcutFilterComposite ( ) : PointcutFilterComposite Returns the pointcut filter composite, matching all methods covered by this privilege
matchesMethod ( string $className, string $methodName ) : boolean Returns TRUE, if this privilege covers the given method

메소드 상세

getPointcutFilterComposite() 공개 메소드

Returns the pointcut filter composite, matching all methods covered by this privilege
public getPointcutFilterComposite ( ) : PointcutFilterComposite
리턴 Neos\Flow\Aop\Pointcut\PointcutFilterComposite

matchesMethod() 공개 메소드

Returns TRUE, if this privilege covers the given method
public matchesMethod ( string $className, string $methodName ) : boolean
$className string
$methodName string
리턴 boolean