gossi\codegen\model\parts\QualifiedNamePart::getNamespace PHP Method

getNamespace() public method

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