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
Mostra file Open project: acacha/llum

Protected Properties

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

Protected Methods

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

Method Details

boot() protected method

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
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