Neos\Flow\Security\Authorization\Privilege\Method\MethodPrivilegeSubject::__construct PHP Method

__construct() public method

public __construct ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void
$joinPoint Neos\Flow\Aop\JoinPointInterface
return void
    public function __construct(JoinPointInterface $joinPoint)
    {
        $this->joinPoint = $joinPoint;
    }
MethodPrivilegeSubject