Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Acacha
Llum
Console
AliasCommand
PHP 클래스 Acacha\Llum\Console\AliasCommand
상속:
extends
LlumCommand
파일 보기
프로젝트 열기: acacha/llum
보호된 메소드들
메소드
설명
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