PHP Класс Webmozart\Console\UI\Component\Paragraph

The paragraph is wrapped into the dimensions of the output.
С версии: 1.0
Автор: Bernhard Schussek ([email protected])
Наследование: implements Webmozart\Console\UI\Component
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( string $text ) Creates a new paragraph.
render ( IO $io, integer $indentation ) Renders the paragraph.

Описание методов

__construct() публичный Метод

Creates a new paragraph.
public __construct ( string $text )
$text string The text of the paragraph.

render() публичный Метод

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