gossi\codegen\generator\utils\Writer::outdent PHP Méthode

outdent() public méthode

public outdent ( )
    public function outdent()
    {
        $this->indentationLevel = max($this->indentationLevel - 1, 0);
        return $this;
    }