Bolt\AccessControl\Login::__construct PHP Метод

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

Constructor.
public __construct ( Silex\Application $app )
$app Silex\Application
    public function __construct(Application $app)
    {
        parent::__construct($app['storage.lazy'], $app['request_stack'], $app['session'], $app['dispatcher'], $app['logger.flash'], $app['logger.system'], $app['permissions'], $app['randomgenerator'], $app['access_control.cookie.options']);
        $this->passwordFactory = $app['password_factory'];
        $this->authTokenName = $app['token.authentication.name'];
    }