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

Inheritance: implements Neos\Flow\Security\Authorization\Privilege\PrivilegeSubjectInterface
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$joinPoint Neos\Flow\Aop\JoinPointInterface

Méthodes publiques

Méthode Description
__construct ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void
getJoinPoint ( ) : Neos\Flow\Aop\JoinPointInterface

Method Details

__construct() public méthode

public __construct ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void
$joinPoint Neos\Flow\Aop\JoinPointInterface
Résultat void

getJoinPoint() public méthode

public getJoinPoint ( ) : Neos\Flow\Aop\JoinPointInterface
Résultat Neos\Flow\Aop\JoinPointInterface

Property Details

$joinPoint protected_oe property

protected JoinPointInterface,Neos\Flow\Aop $joinPoint
Résultat Neos\Flow\Aop\JoinPointInterface