Flarum\Install\Controller\InstallController::__construct PHP Méthode

__construct() public méthode

InstallController constructor.
public __construct ( InstallCommand $command, SessionAuthenticator $authenticator )
$command Flarum\Install\Console\InstallCommand
$authenticator Flarum\Http\SessionAuthenticator
    public function __construct(InstallCommand $command, SessionAuthenticator $authenticator)
    {
        $this->command = $command;
        $this->authenticator = $authenticator;
    }
InstallController