Example #1
0
 /**
  * Import object
  * @return 
  */
 public function importFileObject()
 {
     global $lng;
     if (parent::importFileObject()) {
         ilUtil::sendSuccess($lng->txt("msg_obj_modified"), true);
         $this->ctrl->returnToParent($this);
     }
 }