Go\Aop\Support\NamespacedReflectionFunction::getNamespaceName PHP Method

getNamespaceName() public method

{@inheritDoc}
public getNamespaceName ( )
    public function getNamespaceName()
    {
        if ($this->namespace) {
            return $this->namespace;
        }
        return parent::getNamespaceName();
    }
NamespacedReflectionFunction