PHP 클래스 Neos\Flow\Security\Authorization\Privilege\Method\MethodTargetExpressionParser

상속: extends Neos\Flow\Aop\Pointcut\PointcutExpressionParser
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 메소드들

메소드 설명
parseDesignatorPointcut ( string $operator, string $pointcutExpression, PointcutFilterComposite $pointcutFilterComposite, array &$trace = [] ) : void Throws an exception, as recursive privilege targets are not allowed.

메소드 상세

parseDesignatorPointcut() 보호된 메소드

Throws an exception, as recursive privilege targets are not allowed.
protected parseDesignatorPointcut ( string $operator, string $pointcutExpression, PointcutFilterComposite $pointcutFilterComposite, array &$trace = [] ) : void
$operator string The operator
$pointcutExpression string The pointcut expression (value of the designator)
$pointcutFilterComposite Neos\Flow\Aop\Pointcut\PointcutFilterComposite An instance of the pointcut filter composite. The result (ie. the pointcut filter) will be added to this composite object.
$trace array
리턴 void