app\models\Currency::getName PHP Method

getName() public method

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