Webmozart\Console\UI\Style\GridStyle::setPaddingChar PHP 메소드

setPaddingChar() 공개 메소드

Sets the character used to pad cells to the desired width.
public setPaddingChar ( string $char ) : static
$char string The padding character.
리턴 static The current instance.
    public function setPaddingChar($char)
    {
        $this->paddingChar = $char;
        return $this;
    }