PHP Class Flarum\Install\Controller\InstallController

Inheritance: implements Flarum\Http\Controller\ControllerInterface
Datei anzeigen Open project: flarum/core

Protected Properties

Property Type Description
$authenticator Flarum\Http\SessionAuthenticator
$command

Public Methods

Method Description
__construct ( InstallCommand $command, SessionAuthenticator $authenticator ) InstallController constructor.
handle ( Psr\Http\Message\ServerRequestInterface $request ) : Psr\Http\Message\ResponseInterface

Method Details

__construct() public method

InstallController constructor.
public __construct ( InstallCommand $command, SessionAuthenticator $authenticator )
$command Flarum\Install\Console\InstallCommand
$authenticator Flarum\Http\SessionAuthenticator

handle() public method

public handle ( Psr\Http\Message\ServerRequestInterface $request ) : Psr\Http\Message\ResponseInterface
$request Psr\Http\Message\ServerRequestInterface
return Psr\Http\Message\ResponseInterface

Property Details

$authenticator protected_oe property

protected SessionAuthenticator,Flarum\Http $authenticator
return Flarum\Http\SessionAuthenticator

$command protected_oe property

protected $command