PHP Class Flarum\Update\Controller\UpdateController

Inheritance: implements Flarum\Http\Controller\ControllerInterface
Afficher le fichier Open project: flarum/core

Protected Properties

Свойство Type Description
$app Flarum\Foundation\Application
$command

Méthodes publiques

Méthode Description
__construct ( MigrateCommand $command, Application $app )
handle ( Psr\Http\Message\ServerRequestInterface $request ) : Psr\Http\Message\ResponseInterface

Method Details

__construct() public méthode

public __construct ( MigrateCommand $command, Application $app )
$command Flarum\Update\Console\MigrateCommand
$app Flarum\Foundation\Application

handle() public méthode

public handle ( Psr\Http\Message\ServerRequestInterface $request ) : Psr\Http\Message\ResponseInterface
$request Psr\Http\Message\ServerRequestInterface
Résultat Psr\Http\Message\ResponseInterface

Property Details

$app protected_oe property

protected Application,Flarum\Foundation $app
Résultat Flarum\Foundation\Application

$command protected_oe property

protected $command