PHP Class Neos\Flow\Security\Authorization\Privilege\Method\MethodPrivilegeSubject

Inheritance: implements Neos\Flow\Security\Authorization\Privilege\PrivilegeSubjectInterface
Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$joinPoint Neos\Flow\Aop\JoinPointInterface

Public Methods

Method Description
__construct ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void
getJoinPoint ( ) : Neos\Flow\Aop\JoinPointInterface

Method Details

__construct() public method

public __construct ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void
$joinPoint Neos\Flow\Aop\JoinPointInterface
return void

getJoinPoint() public method

public getJoinPoint ( ) : Neos\Flow\Aop\JoinPointInterface
return Neos\Flow\Aop\JoinPointInterface

Property Details

$joinPoint protected property

protected JoinPointInterface,Neos\Flow\Aop $joinPoint
return Neos\Flow\Aop\JoinPointInterface