PDepend\Source\Language\PHP\AbstractPHPParser::getNamespaceOrPackage PHP Method

getNamespaceOrPackage() private method

Returns the currently active package or namespace.
Since: 1.0.0
private getNamespaceOrPackage ( ) : PDepend\Source\AST\ASTNamespace
return PDepend\Source\AST\ASTNamespace
    private function getNamespaceOrPackage()
    {
        return $this->builder->buildNamespace($this->getNamespaceOrPackageName());
    }
AbstractPHPParser