From: Aaron Schulz Date: Thu, 4 Oct 2012 19:10:41 +0000 (-0700) Subject: Added @since tag to IDBAccessObject. X-Git-Tag: 1.31.0-rc.0~22166^2 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=b49fa39f85fd3920aa9484f74b609802034aaa6c;p=lhc%2Fweb%2Fwiklou.git Added @since tag to IDBAccessObject. Change-Id: I83d47534e76eba41099da645e5f971d351f0260c --- diff --git a/includes/dao/IDBAccessObject.php b/includes/dao/IDBAccessObject.php index e30522a552..f847b98e9f 100644 --- a/includes/dao/IDBAccessObject.php +++ b/includes/dao/IDBAccessObject.php @@ -41,6 +41,8 @@ * - b) Determine the new row (expensive, so we don't want to hold locks now) * - c) Re-read the current row with READ_LOCKING; if it changed then bail out * - d) otherwise, do the updates + * + * @since 1.20 */ interface IDBAccessObject { // Constants for object loading bitfield flags (higher => higher QoS)