Webmozart\Console\UI\Component\LabeledParagraph::getPadding PHP Méthode

getPadding() public méthode

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