PHP Class Acacha\Llum\Console\PackageCommand

Inheritance: extends LlumCommand
Mostra file Open project: acacha/llum

Protected Properties

Property Type Description
$argument string Command argument.
$argumentDescription string Command argument description.
$commandDescription string Command description.
$commandName string Command name.
$method string Method to execute.

Protected Methods

Method Description
configure ( ) Configure the command options.

Method Details

configure() protected method

Configure the command options.
protected configure ( )

Property Details

$argument protected_oe property

Command argument.
protected string $argument
return string

$argumentDescription protected_oe property

Command argument description.
protected string $argumentDescription
return string

$commandDescription protected_oe property

Command description.
protected string $commandDescription
return string

$commandName protected_oe property

Command name.
protected string $commandName
return string

$method protected_oe property

Method to execute.
protected string $method
return string