Pop\Code\Generator\InterfaceGenerator::setIndent PHP Method

setIndent() public method

Set the interface indent
public setIndent ( string $indent = null ) : InterfaceGenerator
$indent string
return InterfaceGenerator
    public function setIndent($indent = null)
    {
        $this->indent = $indent;
        return $this;
    }