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();
    }