Ejemplo n.º 1
0
 /**
  * Set the flag to indicate we are doing an import
  *
  * @param bool $value
  */
 public static function setBatchMode($value)
 {
     self::$_batch_mode = (bool) $value;
 }