Ejemplo n.º 1
0
 /**
  * Cancel creation
  *
  * @param
  * @return
  */
 function cancel()
 {
     global $ilCtrl;
     if ($this->getAssignedObject() > 0) {
         $ilCtrl->redirect($this, "listTaxonomies");
     }
     return parent::cancel();
 }
 /**
  * Cancel creation
  *
  * @param
  * @return
  */
 function cancel()
 {
     global $ilCtrl;
     if ($this->getAssignedObject() > 0) {
         $ilCtrl->redirect($this, "editAOTaxonomySettings");
     }
     return parent::cancel();
 }