diff options
author | Silvio <silvio@devlet.com.br> | 2010-07-01 14:30:21 -0300 |
---|---|---|
committer | Silvio <silvio@devlet.com.br> | 2010-07-01 14:30:21 -0300 |
commit | d5762ebb744f5b4873e6ad779d96b694c8f0839f (patch) | |
tree | 714fe335093f63fc095546d6d5e43471d436883c /classes/IsisMethodIterator.php | |
parent | b9ef6604ea1d62a1e23bed37c5a3e96b8733da97 (diff) | |
download | cinisis-d5762ebb744f5b4873e6ad779d96b694c8f0839f.tar.gz cinisis-d5762ebb744f5b4873e6ad779d96b694c8f0839f.tar.bz2 |
Adding IsisConnector::getRows() and minor changes
Diffstat (limited to 'classes/IsisMethodIterator.php')
-rw-r--r-- | classes/IsisMethodIterator.php | 3 |
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 { |