From: Aaron Schulz Date: Fri, 15 Jun 2012 19:09:51 +0000 (+0000) Subject: Merge "Added ORMIterator interface which can be used for type hinting (in particular... X-Git-Tag: 1.31.0-rc.0~23307 X-Git-Url: http://git.heureux-cyclage.org/?a=commitdiff_plain;h=00ca49cda319a863e38d373f8133ebf29414545e;p=lhc%2Fweb%2Fwiklou.git Merge "Added ORMIterator interface which can be used for type hinting (in particular when passing ORMResult objects)" --- 00ca49cda319a863e38d373f8133ebf29414545e diff --cc includes/db/IORMTable.php index 619faf5aa9,0c5528ca57..8fa7220101 --- a/includes/db/IORMTable.php +++ b/includes/db/IORMTable.php @@@ -444,4 -441,4 +444,4 @@@ interface IORMTable */ public function canHaveField( $name ); --} ++}