Esempio n. 1
0
 /**
  * Convert a namespace index to a string in the preferred variant
  *
  * @param int $ns
  * @return string
  */
 public function convertNamespace($ns)
 {
     return $this->mConverter->convertNamespace($ns);
 }