PHP Class Sculpin\Core\Io\ConsoleIo

Author: François Pluchino ([email protected])
Author: Jordi Boggiano ([email protected])
Inheritance: implements Sculpin\Core\Io\IoInterface
Show file Open project: sculpin/sculpin

Protected Properties

Property Type Description
$helperSet
$input
$lastMessage
$output

Public Methods

Method Description
__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}

Method Details

__construct() public method

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 method

public enableDebugging ( $startTime )

isDebug() public method

{@inheritDoc}
public isDebug ( )

isDecorated() public method

{@inheritDoc}
public isDecorated ( )

isInteractive() public method

{@inheritDoc}
public isInteractive ( )

isVerbose() public method

{@inheritDoc}
public isVerbose ( )

isVeryVerbose() public method

{@inheritDoc}
public isVeryVerbose ( )

overwrite() public method

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

write() public method

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

Property Details

$helperSet protected property

protected $helperSet

$input protected property

protected $input

$lastMessage protected property

protected $lastMessage

$output protected property

protected $output