Esempio n. 1
0
 /**
  * @param bool $value Whether to just immediately run updates in addUpdate()
  * @since 1.28
  */
 public static function setImmediateMode($value)
 {
     self::$immediateMode = (bool) $value;
 }