Pop\Code\Generator\InterfaceGenerator::setIndent PHP Метод

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

Set the interface indent
public setIndent ( string $indent = null ) : InterfaceGenerator
$indent string
Результат InterfaceGenerator
    public function setIndent($indent = null)
    {
        $this->indent = $indent;
        return $this;
    }