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

getNamespace() public method

Get the namespace
public getNamespace ( ) : string
return string
    public function getNamespace()
    {
        return $this->namespace;
    }