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