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

__construct() public method

Extends the logic with passing the namespace name
public __construct ( $name, string $namespace = '' )
$namespace string Name of the namespace {@inheritDoc}
    public function __construct($name, $namespace = '')
    {
        $this->namespace = $namespace;
        parent::__construct($name);
    }
NamespacedReflectionFunction