Webmozart\Console\UI\Component\Paragraph::__construct PHP Method

__construct() public method

Creates a new paragraph.
public __construct ( string $text )
$text string The text of the paragraph.
    public function __construct($text)
    {
        $this->text = $text;
    }