Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]

(no description)

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

Defines 1 class


Class: ConvertUOM  - X-Ref

getConversionCategories()   X-Ref
getConversionGroups
Returns a list of the different conversion groups for UOM conversions.

return: array

getConversionCategoryUnits($category = null)   X-Ref
getConversionGroupUnits
Returns an array of units of measure, for a specified conversion group, or for all groups.

param: string $category The group whose units of measure you want to retrieve
return: array

getConversionCategoryUnitDetails($category = null)   X-Ref
getConversionGroupUnitDetails.

param: string $category The group whose units of measure you want to retrieve
return: array

getConversionMultipliers()   X-Ref
getConversionMultipliers
Returns an array of the Multiplier prefixes that can be used with Units of Measure in CONVERTUOM().

return: array of mixed

getBinaryConversionMultipliers()   X-Ref
getBinaryConversionMultipliers
Returns an array of the additional Multiplier prefixes that can be used with Information Units of Measure in CONVERTUOM().

return: array of mixed

CONVERT($value, $fromUOM, $toUOM)   X-Ref
CONVERT.

Converts a number from one measurement system to another.
For example, CONVERT can translate a table of distances in miles to a table of distances
in kilometers.

Excel Function:
CONVERT(value,fromUOM,toUOM)

param: float|int $value the value in fromUOM to convert
param: string $fromUOM the units for value
param: string $toUOM the units for the result
return: float|string

getUOMDetails(string $uom)   X-Ref
No description

convertTemperature(string $fromUOM, string $toUOM, $value)   X-Ref

param: float|int $value
return: float|int

resolveTemperatureSynonyms(string $uom)   X-Ref
No description