AppserverIo\Appserver\Core\Api\Node\AnnotationRegistryNode::getNamespace PHP Method

getNamespace() public method

Returns the annotation registry's namespace.
public getNamespace ( ) : string
return string The annotation registry's namespace
    public function getNamespace()
    {
        return $this->namespace;
    }