Pop\Code\Generator\NamespaceGenerator::getNamespace PHP 메소드

getNamespace() 공개 메소드

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