From: Aaron Schulz Date: Wed, 6 Mar 2019 08:04:12 +0000 (-0800) Subject: Add more documentation to DeferredUpdates::doUpdates X-Git-Tag: 1.34.0-rc.0~2635^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin//%22%24encUrl/%22?a=commitdiff_plain;h=d92024053b3c982f839bd1857e505b006f00942b;p=lhc%2Fweb%2Fwiklou.git Add more documentation to DeferredUpdates::doUpdates Change-Id: Id2f1fb624d03943e5eb4bed49d3435cf9c99fc25 --- diff --git a/includes/deferred/DeferredUpdates.php b/includes/deferred/DeferredUpdates.php index b97bd216c0..67b5490511 100644 --- a/includes/deferred/DeferredUpdates.php +++ b/includes/deferred/DeferredUpdates.php @@ -124,6 +124,9 @@ class DeferredUpdates { /** * Do any deferred updates and clear the list * + * If $stage is self::ALL then the queue of PRESEND updates will be resolved, + * followed by the queue of POSTSEND updates + * * @param string $mode Use "enqueue" to use the job queue when possible [Default: "run"] * @param int $stage DeferredUpdates constant (PRESEND, POSTSEND, or ALL) (since 1.27) */