ConsoleKit\TextFormater::setIndentWidth PHP Method

setIndentWidth() public method

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