コード例 #1
0
ファイル: ajaxlib.php プロジェクト: nicolasconnault/moodle2.0
 /**
  * Given a grade_category, grade_item or grade_grade, this function
  * figures out the state of the object and builds then returns a div
  * with the icons needed for the grader report.
  *
  * @param object $object
  * @return string HTML
  */
 function get_icons($element)
 {
     return parent::get_icons($element);
 }