Beispiel #1
0
 /**
  * Toggle HTML exception messages
  *
  * @param boolean $active
  */
 public static function setHTMLException($active)
 {
     self::$_throwhtmlexception = $active;
 }
Beispiel #2
0
 /**
  * Toggle the transaction state
  *
  * @param boolean $state
  */
 public static function setTransaction($state)
 {
     self::$_transaction_active = $state;
 }
Beispiel #3
0
 public static function resetMocks()
 {
     self::$tablemocks = array();
 }