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

__construct() public method

Instantiate the interface generator object
public __construct ( string $name, string $parent = null ) : InterfaceGenerator
$name string
$parent string
return InterfaceGenerator
    public function __construct($name, $parent = null)
    {
        $this->name = $name;
        $this->parent = $parent;
    }