Exemple #1
0
 /**
  * Override the unique request ID. This is for sub-requests, such as jobs,
  * that wish to use the same id but are not part of the same execution context.
  *
  * @param string $id
  * @since 1.27
  */
 public static function overrideRequestId($id)
 {
     self::$reqId = $id;
 }