1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-21 13:22:14 +02:00

removed NClass

This commit is contained in:
David Grudl
2007-12-11 07:28:55 +00:00
parent 2c8906e7c4
commit 041f059408
18 changed files with 109 additions and 139 deletions

View File

@@ -530,8 +530,8 @@ class DibiResult extends NObject implements IteratorAggregate, Countable
/**
* Required by the IteratorAggregate interface
* @param int offset
* @param int limit
* @param int offset
* @param int limit
* @return ArrayIterator
*/
final public function getIterator($offset = NULL, $limit = NULL)