1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-07 22:56:35 +02:00

added new Nette exceptions

This commit is contained in:
David Grudl
2008-02-01 02:12:36 +00:00
parent 89dfa9f772
commit 8da9e778a6
22 changed files with 473 additions and 352 deletions

View File

@@ -20,7 +20,7 @@
/**
* External result set iterator
* External result set iterator.
*
* This can be returned by DibiResult::getIterator() method or using foreach
* <code>
@@ -62,7 +62,7 @@ final class DibiResultIterator implements Iterator
/**
* Required by the Iterator interface
* Required by the Iterator interface.
* @param int offset
* @param int limit
*/
@@ -76,7 +76,7 @@ final class DibiResultIterator implements Iterator
/**
* Rewinds the Iterator to the first element
* Rewinds the Iterator to the first element.
* @return void
*/
public function rewind()