aboutsummaryrefslogtreecommitdiff
path: root/classes/IsisMethodIterator.php
diff options
context:
space:
mode:
authorSilvio <silvio@devlet.com.br>2010-07-01 14:30:21 -0300
committerSilvio <silvio@devlet.com.br>2010-07-01 14:30:21 -0300
commitd5762ebb744f5b4873e6ad779d96b694c8f0839f (patch)
tree714fe335093f63fc095546d6d5e43471d436883c /classes/IsisMethodIterator.php
parentb9ef6604ea1d62a1e23bed37c5a3e96b8733da97 (diff)
downloadcinisis-d5762ebb744f5b4873e6ad779d96b694c8f0839f.tar.gz
cinisis-d5762ebb744f5b4873e6ad779d96b694c8f0839f.tar.bz2
Adding IsisConnector::getRows() and minor changes
Diffstat (limited to 'classes/IsisMethodIterator.php')
-rw-r--r--classes/IsisMethodIterator.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/IsisMethodIterator.php b/classes/IsisMethodIterator.php
index 0cb7dd4..51820ed 100644
--- a/classes/IsisMethodIterator.php
+++ b/classes/IsisMethodIterator.php
@@ -44,7 +44,8 @@ class IsisMethodIterator implements Iterator
}
/**
- * Move forward to next element.
+ * Move forward to next element. The method should be callabe, otherwise
+ * we move to the next position.
*/
function next() {
do {