Field::getUnit()

Version 4

Field value

Unit of the value in field.

Return value

mixed

Full documentation

Show separately money value and currency:

$txt = "Money value: {$Page->money->getAmount()}, currency {$Page->money->getUnit()}";