Pop\Dom\AbstractDom::setIndent PHP Метод

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

Method to set the indent.
public setIndent ( string $indent ) : mixed
$indent string
Результат mixed
    public function setIndent($indent)
    {
        $this->indent = $indent;
        return $this;
    }