示例#1
0
 /**
  * Get term list
  */
 function getFirstLetters($a_tax_node = 0)
 {
     $glo_ids = $this->getAllGlossaryIds();
     $first_letters = ilGlossaryTerm::getFirstLetters($glo_ids, $a_tax_node);
     return $first_letters;
 }