示例#1
0
 public function index()
 {
     if ($this->hasRequestParameter('exportChooser_sent') && $this->getRequestParameter('exportChooser_sent') == 1 && $this->hasRequestParameter('id')) {
         $this->getEventManager()->trigger(new TestTakerExportedEvent($this->getRequestParameter('id')));
     }
     parent::index();
 }
 /**
  * overwrite the parent index to add the requiresRight for Items only
  *
  * @requiresRight id READ
  * @see tao_actions_Import::index()
  */
 public function index()
 {
     parent::index();
 }