PHP Class Acacha\Llum\Console\BootCommand

Inheritance: 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
Afficher le fichier Open project: acacha/llum

Protected Properties

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

Méthodes protégées

Méthode Description
boot ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) Executes boot command.

Method Details

boot() protected méthode

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

Property Details

$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