Webmozart\Console\UI\Component\LabeledParagraph::getLabel PHP 메소드

getLabel() 공개 메소드

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