PHP Class Webmozart\Console\UI\Component\EmptyLine

Contrary to a {@link Line} with no text, an empty line is never indented.
Since: 1.0
Author: Bernhard Schussek ([email protected])
Inheritance: implements Webmozart\Console\UI\Component
Show file Open project: webmozart/console Class Usage Examples

Public Methods

Method Description
render ( IO $io, integer $indentation ) Renders the empty line.

Method Details

render() public method

Renders the empty line.
public render ( IO $io, integer $indentation )
$io Webmozart\Console\Api\IO\IO The I/O.
$indentation integer The number of spaces to indent.