app\models\Currency::getName PHP Méthode

getName() public méthode

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