ConsoleKit\TextFormater::setIndentWidth PHP Méthode

setIndentWidth() public méthode

public setIndentWidth ( $width ) : TextFormater
Résultat TextFormater
    public function setIndentWidth($width)
    {
        $this->indentWidth = (int) $width;
        return $this;
    }