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

__construct() public method

Instantiate the property generator object
public __construct ( string $namespace ) : NamespaceGenerator
$namespace string
return NamespaceGenerator
    public function __construct($namespace)
    {
        $this->namespace = $namespace;
    }