PHP Interface Neos\Flow\Security\Authorization\Privilege\Method\MethodPrivilegeInterface

Inheritance: extends Neos\Flow\Security\Authorization\Privilege\PrivilegeInterface
Datei anzeigen Open project: neos/flow-development-collection Interface Usage Examples

Public Methods

Method Description
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

Method Details

getPointcutFilterComposite() public method

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

matchesMethod() public method

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