Webmozart\Console\UI\Component\LabeledParagraph::getText PHP Method

getText() public method

Returns the text.
public getText ( ) : string
return string The text.
    public function getText()
    {
        return $this->text;
    }