X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fdb%2FORMResult.php;h=160033c4cf23ae3d3b08625969466e1aeb40a75c;hb=d95454b44fd560bffd2b480dc60b6d821ca7e6f8;hp=3f2d8036326fb8168bed046d0468db146f251373;hpb=38b9a82fd0ea9520234848d40f863b15b874151c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/db/ORMResult.php b/includes/db/ORMResult.php index 3f2d803632..160033c4cf 100644 --- a/includes/db/ORMResult.php +++ b/includes/db/ORMResult.php @@ -3,6 +3,8 @@ * ORMIterator that takes a ResultWrapper object returned from * a select operation returning IORMRow objects (ie IORMTable::select). * + * Documentation inline and at https://www.mediawiki.org/wiki/Manual:ORMTable + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -23,7 +25,7 @@ * @file ORMResult.php * @ingroup ORM * - * @licence GNU GPL v2 or later + * @license GNU GPL v2 or later * @author Jeroen De Dauw < jeroendedauw@gmail.com > */