PHP 클래스 Sculpin\Core\Io\ConsoleIo

저자: François Pluchino ([email protected])
저자: Jordi Boggiano ([email protected])
상속: implements Sculpin\Core\Io\IoInterface
파일 보기 프로젝트 열기: sculpin/sculpin

보호된 프로퍼티들

프로퍼티 타입 설명
$helperSet
$input
$lastMessage
$output

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, Symfony\Component\Console\Helper\HelperSet $helperSet ) Constructor.
enableDebugging ( $startTime )
isDebug ( ) {@inheritDoc}
isDecorated ( ) {@inheritDoc}
isInteractive ( ) {@inheritDoc}
isVerbose ( ) {@inheritDoc}
isVeryVerbose ( ) {@inheritDoc}
overwrite ( $messages, $newline = true, $size = null ) {@inheritDoc}
write ( $messages, $newline = true ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, Symfony\Component\Console\Helper\HelperSet $helperSet )
$input Symfony\Component\Console\Input\InputInterface The input instance
$output Symfony\Component\Console\Output\OutputInterface The output instance
$helperSet Symfony\Component\Console\Helper\HelperSet The helperSet instance

enableDebugging() 공개 메소드

public enableDebugging ( $startTime )

isDebug() 공개 메소드

{@inheritDoc}
public isDebug ( )

isDecorated() 공개 메소드

{@inheritDoc}
public isDecorated ( )

isInteractive() 공개 메소드

{@inheritDoc}
public isInteractive ( )

isVerbose() 공개 메소드

{@inheritDoc}
public isVerbose ( )

isVeryVerbose() 공개 메소드

{@inheritDoc}
public isVeryVerbose ( )

overwrite() 공개 메소드

{@inheritDoc}
public overwrite ( $messages, $newline = true, $size = null )

write() 공개 메소드

{@inheritDoc}
public write ( $messages, $newline = true )

프로퍼티 상세

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

protected $helperSet

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

protected $input

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

protected $lastMessage

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

protected $output