PHPMD\Node\MethodNode::getNamespaceName PHP Метод

getNamespaceName() публичный Метод

Returns the name of the parent package.
public getNamespaceName ( ) : string
Результат string
    public function getNamespaceName()
    {
        return $this->getNode()->getParent()->getNamespace()->getName();
    }