Neos\Flow\Security\Authorization\Interceptor\RequireAuthentication::__construct PHP 메소드

__construct() 공개 메소드

Constructor.
public __construct ( Neos\Flow\Security\Authentication\AuthenticationManagerInterface $authenticationManager )
$authenticationManager Neos\Flow\Security\Authentication\AuthenticationManagerInterface The authentication Manager
    public function __construct(AuthenticationManagerInterface $authenticationManager)
    {
        $this->authenticationManager = $authenticationManager;
    }
RequireAuthentication