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

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

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

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

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

Метод Описание
configure ( ) Configure the command options.
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null | void Execute the command.

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

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

Configure the command options.
protected configure ( )

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

Execute the command.
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null | void
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
Результат integer | null | void

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

$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