Merge "Added docu headers to content(handler) files"
[lhc/web/wiklou.git] / includes / db / ORMIterator.php
index f0a6363..090b893 100644 (file)
  */
 interface ORMIterator extends Iterator {
 
-       /**
-        * @see Iterator::current()
-        * @return IORMRow
-        */
-       public function current();
-
 }
\ No newline at end of file