diff options
author | Silvio <silvio@devlet.com.br> | 2010-07-22 16:57:17 -0300 |
---|---|---|
committer | Silvio <silvio@devlet.com.br> | 2010-07-22 16:57:17 -0300 |
commit | fe54faa97d943819037f6d1bdcefc68d0308e709 (patch) | |
tree | 1ea7802344d0b8a3c440e20a77d580cea1e3e78c /classes/IsisConnector.php | |
parent | f599db57146d7d94a326289cf56ddae63aeff02b (diff) | |
download | cinisis-fe54faa97d943819037f6d1bdcefc68d0308e709.tar.gz cinisis-fe54faa97d943819037f6d1bdcefc68d0308e709.tar.bz2 |
TODO update
Diffstat (limited to 'classes/IsisConnector.php')
-rw-r--r-- | classes/IsisConnector.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/classes/IsisConnector.php b/classes/IsisConnector.php index b185f40..fe8cd75 100644 --- a/classes/IsisConnector.php +++ b/classes/IsisConnector.php @@ -218,9 +218,6 @@ class IsisConnector { * * @return * Item data. - * - * @todo - * Rename to getItem? */ public function getItems($field, $item) { foreach (new IsisRowIterator($this, $field) as $row) { |