PHP 클래스 Studio\Parts\ConsoleInput

상속: implements Studio\Parts\PartInputInterface
파일 보기 프로젝트 열기: franzliedke/studio

보호된 프로퍼티들

프로퍼티 타입 설명
$output Symfony\Component\Console\Style\StyleInterface

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Console\Style\StyleInterface $output )
ask ( $question, $regex, $errorText = null, $default = null )
confirm ( $question, $default = false )

보호된 메소드들

메소드 설명
validateWith ( $regex, $errorText )

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\Console\Style\StyleInterface $output )
$output Symfony\Component\Console\Style\StyleInterface

ask() 공개 메소드

public ask ( $question, $regex, $errorText = null, $default = null )

confirm() 공개 메소드

public confirm ( $question, $default = false )

validateWith() 보호된 메소드

protected validateWith ( $regex, $errorText )

프로퍼티 상세

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

protected StyleInterface,Symfony\Component\Console\Style $output
리턴 Symfony\Component\Console\Style\StyleInterface