ConsoleKit\TextFormater::setIndentWidth PHP Метод

setIndentWidth() публичный Метод

public setIndentWidth ( $width ) : TextFormater
Результат TextFormater
    public function setIndentWidth($width)
    {
        $this->indentWidth = (int) $width;
        return $this;
    }