Neos\Flow\Security\Authorization\Interceptor\PolicyEnforcement::__construct PHP Метод

__construct() публичный Метод

public __construct ( Context $securityContext, Neos\Flow\Security\Authentication\AuthenticationManagerInterface $authenticationManager, Neos\Flow\Security\Authorization\PrivilegeManagerInterface $privilegeManager )
$securityContext Neos\Flow\Security\Context The current security context
$authenticationManager Neos\Flow\Security\Authentication\AuthenticationManagerInterface The authentication manager
$privilegeManager Neos\Flow\Security\Authorization\PrivilegeManagerInterface The access decision manager
    public function __construct(Context $securityContext, AuthenticationManagerInterface $authenticationManager, PrivilegeManagerInterface $privilegeManager)
    {
        $this->securityContext = $securityContext;
        $this->authenticationManager = $authenticationManager;
        $this->privilegeManager = $privilegeManager;
    }