コード例 #1
0
 /**
  * @see parent::canDeleteEx()
  */
 function canDeleteEx()
 {
     // Test si la consultation est validée
     if ($msg = $this->checkCoded()) {
         return $msg;
     }
     return parent::canDeleteEx();
 }
コード例 #2
0
ファイル: CActeNGAP.class.php プロジェクト: fbone/mediboard4
 /**
  * @see parent::canDeleteEx()
  */
 function canDeleteEx()
 {
     if ($msg = $this->checkCoded()) {
         return $msg;
     }
     return parent::canDeleteEx();
 }