コード例 #1
0
ファイル: Jquery.php プロジェクト: nicolasBREYNAERT/helpdesk
 /**
  * Désactive une condition activée avec l'option $persists à true
  */
 public static function endCondition()
 {
     Jquery::$condition = NULL;
     Jquery::$else = NULL;
     Jquery::$persists = false;
 }