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
파일 보기 프로젝트 열기: acacha/llum

보호된 프로퍼티들

프로퍼티 타입 설명
$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