classe ServiceCommand é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
generate(string $service)

Add service

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 generate(string $service)

Add service

Paramètres

string $service

Valeur de retour

void