Remove deprecated unused each() function
This commit is contained in:
parent
298bc2d14c
commit
b97fccd2c5
1 changed files with 0 additions and 6 deletions
|
@ -64,12 +64,6 @@ class Collection extends \Flake\Core\FLObject implements \Iterator {
|
||||||
return $oRes;
|
return $oRes;
|
||||||
}
|
}
|
||||||
|
|
||||||
function &each() {
|
|
||||||
list($key, $val) = each($this->aCollection);
|
|
||||||
|
|
||||||
return $val;
|
|
||||||
}
|
|
||||||
|
|
||||||
function reset() {
|
function reset() {
|
||||||
reset($this->aCollection);
|
reset($this->aCollection);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue