Phan\Language\FQSEN\AbstractFQSEN::getName PHP Méthode

getName() public méthode

public getName ( ) : string
Résultat string The class associated with this FQSEN or null if not defined
    public function getName() : string
    {
        return $this->name;
    }