コード例 #1
0
 /**
  * Get objects back from trash
  */
 public function undeleteObject()
 {
     include_once "./Services/Repository/classes/class.ilRepUtilGUI.php";
     $ru = new ilRepUtilGUI($this);
     $ru->restoreObjects($_GET["ref_id"], $_POST["trash_id"]);
     $this->ctrl->redirect($this, "trash");
 }