示例#1
0
 /**
  * Get the list of variants supported by this language
  * see sample implementation in LanguageZh.php
  *
  * @return array An array of language codes
  */
 public function getVariants()
 {
     return $this->mConverter->getVariants();
 }