PHP Класс Sculpin\Core\Io\ConsoleIo

Автор: François Pluchino ([email protected])
Автор: Jordi Boggiano ([email protected])
Наследование: implements Sculpin\Core\Io\IoInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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