Phan\Language\FQSEN\FullyQualifiedGlobalStructuralElement::withNamespace PHP Méthode

withNamespace() public méthode

public withNamespace ( string $namespace ) : static
$namespace string
Résultat static
    public function withNamespace(string $namespace)
    {
        return static::make(self::cleanNamespace($namespace), $this->getName(), $this->getAlternateId());
    }