Exemplo n.º 1
0
 /**
  * Lookup level skill id
  *
  * @param	int		level id
  * @return	string	skill id
  */
 static function lookupLevelSkillId($a_id)
 {
     return ilBasicSkill::lookupLevelProperty($a_id, "skill_id");
 }