PHP 클래스 tad\WPBrowser\Interactions\WPBootsrapButler

상속: extends BaseButler, implements tad\WPBrowser\Interactions\ButlerInterface
파일 보기 프로젝트 열기: lucatume/wp-browser 1 사용 예제들

공개 메소드들

메소드 설명
askQuestions ( mixed $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, boolean $verbose = true ) : array

보호된 메소드들

메소드 설명
getOptionDefault ( Symfony\Component\Console\Input\InputInterface $input, $option, $default )
question ( $questionText )

메소드 상세

askQuestions() 공개 메소드

public askQuestions ( mixed $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, boolean $verbose = true ) : array
$helper mixed A question helper
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$verbose boolean
리턴 array

getOptionDefault() 보호된 메소드

protected getOptionDefault ( Symfony\Component\Console\Input\InputInterface $input, $option, $default )
$input Symfony\Component\Console\Input\InputInterface
$option
$default

question() 보호된 메소드

protected question ( $questionText )