classe AbstractCommand (Voir la source)

Traits

Propriétés

protected Setting $setting

Store dirname

protected array $namespaces

The application namespace

protected ArgOption $arg

The Arg Option instance

Méthodes

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

Throw fails command

void
__construct(Setting $setting, ArgOption $arg)

AbstractCommand constructor

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