PHP Класс Acacha\Llum\Console\PackageCommand

Наследование: extends LlumCommand
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$argument string Command argument.
$argumentDescription string Command argument description.
$commandDescription string Command description.
$commandName string Command name.
$method string Method to execute.

Защищенные методы

Метод Описание
configure ( ) Configure the command options.

Описание методов

configure() защищенный метод

Configure the command options.
protected configure ( )

Описание свойств

$argument защищенное свойство

Command argument.
protected string $argument
Результат string

$argumentDescription защищенное свойство

Command argument description.
protected string $argumentDescription
Результат string

$commandDescription защищенное свойство

Command description.
protected string $commandDescription
Результат string

$commandName защищенное свойство

Command name.
protected string $commandName
Результат string

$method защищенное свойство

Method to execute.
protected string $method
Результат string