PHP Class FluxBB\Console\Command

Inheritance: extends Illuminate\Console\Command
Afficher le fichier Open project: fluxbb/core

Protected Properties

Свойство Type Description
$server FluxBB\Server\ServerInterface

Méthodes publiques

Méthode Description
dispatch ( string $action, array $parameters = [] ) : array Let the FluxBB server execute the given action and return its response data.
setServer ( FluxBB\Server\ServerInterface $server )

Méthodes protégées

Méthode Description
fire ( )

Method Details

dispatch() public méthode

Let the FluxBB server execute the given action and return its response data.
public dispatch ( string $action, array $parameters = [] ) : array
$action string
$parameters array
Résultat array

fire() abstract protected méthode

abstract protected fire ( )

setServer() public méthode

public setServer ( FluxBB\Server\ServerInterface $server )
$server FluxBB\Server\ServerInterface

Property Details

$server protected_oe property

protected ServerInterface,FluxBB\Server $server
Résultat FluxBB\Server\ServerInterface