classe Console (Voir la source)

Traits

Constantes

COMMAND

The command list

ADD_ACTION

The action list

Méthodes

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

Throw fails command

void
__construct(Setting $setting)

Bow constructor.

void
bind(Loader $kernel)

Bind kernel

void
run()

Launch Bow task runner

Bow
addCommand(string $command, callable $cb)

Add a custom order to the store

Détails

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

Throw fails command

Paramètres

string $message
string $command

Exceptions

ErrorException

void __construct(Setting $setting)

Bow constructor.

Paramètres

Setting $setting

Valeur de retour

void

void bind(Loader $kernel)

Bind kernel

Paramètres

Loader $kernel

Valeur de retour

void

void run()

Launch Bow task runner

Valeur de retour

void

Exceptions

Bow addCommand(string $command, callable $cb)

Add a custom order to the store

Paramètres

string $command
callable $cb

Valeur de retour

Bow