PHP Interface Webmozart\Console\UI\Component

Since: 1.0
Author: Bernhard Schussek ([email protected])
显示文件 Open project: webmozart/console

Public Methods

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

Method Details

render() public method

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