PHP Class Acacha\Llum\Console\PackageCommand

Inheritance: extends LlumCommand
Afficher le fichier Open project: acacha/llum

Protected Properties

Свойство Type Description
$argument string Command argument.
$argumentDescription string Command argument description.
$commandDescription string Command description.
$commandName string Command name.
$method string Method to execute.

Méthodes protégées

Méthode Description
configure ( ) Configure the command options.

Method Details

configure() protected méthode

Configure the command options.
protected configure ( )

Property Details

$argument protected_oe property

Command argument.
protected string $argument
Résultat string

$argumentDescription protected_oe property

Command argument description.
protected string $argumentDescription
Résultat string

$commandDescription protected_oe property

Command description.
protected string $commandDescription
Résultat string

$commandName protected_oe property

Command name.
protected string $commandName
Résultat string

$method protected_oe property

Method to execute.
protected string $method
Résultat string