classe ServerCommand étends AbstractCommand (Voir la source)

Traits

Propriétés

protected Setting $setting

Store dirname

depuis  AbstractCommand
protected array $namespaces

The application namespace

depuis  AbstractCommand
protected ArgOption $arg

The Arg Option instance

depuis  AbstractCommand

Méthodes

throwFailsCommand(string $message, string $command = null)

Throw fails command

void
__construct(Setting $setting, ArgOption $arg)

AbstractCommand constructor

void
run()

The run server command

Détails

protected throwFailsCommand(string $message, string $command = null)

Throw fails command

Paramètres

string $message
string $command

Exceptions

ErrorException

void __construct(Setting $setting, ArgOption $arg)

AbstractCommand constructor

Paramètres

Setting $setting
ArgOption $arg

Valeur de retour

void

void run()

The run server command

Valeur de retour

void