/**
  * @see parent::canDeleteEx()
  */
 function canDeleteEx()
 {
     // Test si la consultation est validée
     if ($msg = $this->checkCoded()) {
         return $msg;
     }
     return parent::canDeleteEx();
 }
Beispiel #2
0
 /**
  * @see parent::canDeleteEx()
  */
 function canDeleteEx()
 {
     if ($msg = $this->checkCoded()) {
         return $msg;
     }
     return parent::canDeleteEx();
 }