MediaWiki master
LanguageKm.php
Go to the documentation of this file.
1<?php
8namespace MediaWiki\Languages;
9
11
17class LanguageKm extends Language {
18
24 public function formatNum( $number ) {
30 return $this->formatNumNoSeparators( $number );
31 }
32
33}
34
36class_alias( LanguageKm::class, 'LanguageKm' );
Base class for language-specific code.
Definition Language.php:65
formatNumNoSeparators( $number)
Front-end for non-commafied formatNum.
Khmer (ភាសាខ្មែរ)