MediaWiki REL1_39
LanguageAr.php
Go to the documentation of this file.
1<?php
27class LanguageAr extends Language {
28
37 public function normalize( $s ) {
38 $s = parent::normalize( $s );
39 $s = $this->transformUsingPairFile( MediaWiki\Languages\Data\NormalizeAr::class, $s );
40 return $s;
41 }
42}
Arabic (العربية) specific code.
normalize( $s)
Replace Arabic presentation forms with their standard equivalents (T11413).
Base class for language-specific code.
Definition Language.php:53
transformUsingPairFile(string $dataClass, string $input)
Transform a string using serialized data stored in the given file (which must be in the serialized su...
foreach( $mmfl['setupFiles'] as $fileName) if($queue) if(empty( $mmfl['quiet'])) $s
A helper class for throttling authentication attempts.