コード例 #1
0
 /**
  * Show trash content of object
  *
  * @access	public
  */
 public function trashObject()
 {
     global $tpl;
     include_once "./Services/Repository/classes/class.ilRepUtilGUI.php";
     $ru = new ilRepUtilGUI($this);
     $ru->showTrashTable($_GET["ref_id"]);
 }