Neos\FluidAdaptor\ViewHelpers\Fixtures\UserWithoutToString::getName PHP Méthode

getName() public méthode

public getName ( ) : string
Résultat string
    public function getName()
    {
        return $this->name;
    }
UserWithoutToString