Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.2.x will end 22 April 2024 (12 months).
  • Bug fixes for security issues in 4.2.x will end 7 October 2024 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.1.x is supported too.

Differences Between: [Versions 402 and 403]

(no description)

File Size: 102 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Accounting:: (5 methods):
  __construct()
  getLocaleFormat()
  icuVersion()
  formatCurrencyCode()
  format()


Class: Accounting  - X-Ref

__construct(string $currencyCode = '$',int $decimals = 2,bool $thousandsSeparator = true,bool $currencySymbolPosition = self::LEADING_SYMBOL,bool $currencySymbolSpacing = self::SYMBOL_WITHOUT_SPACING,?string $locale = null)   X-Ref

param: string $currencyCode the currency symbol or code to display for this mask
param: int $decimals number of decimal places to display, in the range 0-30
param: bool $thousandsSeparator indicator whether the thousands separator should be used, or not
param: bool $currencySymbolPosition indicates whether the currency symbol comes before or after the value
param: bool $currencySymbolSpacing indicates whether there is spacing between the currency symbol and the value
param: ?string $locale Set the locale for the currency format; or leave as the default null.

getLocaleFormat()   X-Ref


icuVersion()   X-Ref
No description

formatCurrencyCode()   X-Ref
No description

format()   X-Ref
No description