*/ interface ORMIterator extends Iterator { /** * @see Iterator::current() * @return IORMRow */ public function current(); }