PHP 클래스 think\console\command\Help

상속: extends think\console\command\Command
파일 보기 프로젝트 열기: top-think/framework

공개 메소드들

메소드 설명
setCommand ( Command $command ) Sets the command.

보호된 메소드들

메소드 설명
configure ( )
execute ( Input $input, Output $output )

메소드 상세

configure() 보호된 메소드

protected configure ( )

execute() 보호된 메소드

protected execute ( Input $input, Output $output )
$input think\console\Input
$output think\console\Output

setCommand() 공개 메소드

Sets the command.
public setCommand ( Command $command )
$command think\console\Command The command to set