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

Наследование: extends LlumCommand, use trait Acacha\Llum\Traits\DevTools, use trait Acacha\Llum\Traits\TouchSqliteFile, use trait Acacha\Llum\Traits\SqliteEnv, use trait Acacha\Llum\Traits\Migrate, use trait Acacha\Llum\Traits\Serve
Показать файл Открыть проект

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

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

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

Метод Описание
boot ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) Executes boot command.

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

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

Executes boot command.
protected boot ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

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

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

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

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

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

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

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