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

getLabel() public method

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