PHP Class Webmozart\Console\IO\ConsoleIO

Since: 1.0
Author: Bernhard Schussek ([email protected])
Inheritance: extends Webmozart\Console\Api\IO\IO
Show file Open project: webmozart/console Class Usage Examples

Public Methods

Method Description
__construct ( Input $input = null, Output $output = null, Output $errorOutput = null ) Creates the I/O.

Protected Methods

Method Description
getDefaultTerminalDimensions ( )

Method Details

__construct() public method

Creates the I/O.
public __construct ( Input $input = null, Output $output = null, Output $errorOutput = null )
$input Webmozart\Console\Api\IO\Input The standard input.
$output Webmozart\Console\Api\IO\Output The standard output.
$errorOutput Webmozart\Console\Api\IO\Output The error output.

getDefaultTerminalDimensions() protected method