Esempio n. 1
0
 /**
  * Sets the queue runner flag to boolean true or false
  *
  * @param boolean $value Flag that tells the queue runner to run or not
  */
 public static function setRunQueueOnCall($value)
 {
     self::$runQueueOnCall = (bool) $value;
 }