PHP 클래스 Flarum\Console\Command\AbstractCommand

상속: extends Symfony\Component\Console\Command\Command
파일 보기 프로젝트 열기: flarum/core 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

보호된 메소드들

메소드 설명
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
fire ( ) Fire the command.
hasOption ( string $name ) : boolean Did the user pass the given option?
info ( string $string ) Send an info string to the user.

메소드 상세

execute() 보호된 메소드

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

fire() 추상적인 보호된 메소드

Fire the command.
abstract protected fire ( )

hasOption() 보호된 메소드

Did the user pass the given option?
protected hasOption ( string $name ) : boolean
$name string
리턴 boolean

info() 보호된 메소드

Send an info string to the user.
protected info ( string $string )
$string string

프로퍼티 상세

$input 보호되어 있는 프로퍼티

protected InputInterface,Symfony\Component\Console\Input $input
리턴 Symfony\Component\Console\Input\InputInterface

$output 보호되어 있는 프로퍼티

protected OutputInterface,Symfony\Component\Console\Output $output
리턴 Symfony\Component\Console\Output\OutputInterface