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

getPadding() public method

Returns the padding between the label and the text in number of spaces.
public getPadding ( ) : integer
return integer The number of spaces between the label and the text.
    public function getPadding()
    {
        return $this->padding;
    }