[ ]
[ ]
[ ]
Element index for package Iterator
[
c ]
[
g ]
[
i ]
[
k ]
[
n ]
[
r ]
[
v ]
[
_ ]
'_'
- $_current
- in file Iterator.class.php, variable Gumbo_Iterator::$_current
- $_keys
- in file Iterator.class.php, variable Gumbo_Iterator::$_keys
- $_list
- in file Iterator.class.php, variable Gumbo_Iterator::$_list
- __construct
- in file Iterator.class.php, method Gumbo_Iterator::__construct()
Constructor
top
'c'
- current
- in file Iterator.class.php, method Gumbo_Iterator::current()
Returns the current element
top
'g'
- getCurrent
- in file Iterator.class.php, method Gumbo_Iterator::getCurrent()
Returns the current incremental element number
- getCurrent
- in file Iterator.class.php, method Gumbo_Interface_Iterator::getCurrent()
Returns the current element incremental number
- getKeys
- in file Iterator.class.php, method Gumbo_Iterator::getKeys()
Returns the array of keys in the object
- getKeys
- in file Iterator.class.php, method Gumbo_Interface_Iterator::getKeys()
Returns the array of keys in the object
- getList
- in file Iterator.class.php, method Gumbo_Iterator::getList()
Returns the full array list
- getList
- in file Iterator.class.php, method Gumbo_Interface_Iterator::getList()
Returns the full array list
- getTotal
- in file Iterator.class.php, method Gumbo_Iterator::getTotal()
Returns the total number of elements in the Iterator
- getTotal
- in file Iterator.class.php, method Gumbo_Interface_Iterator::getTotal()
Returns the total number of elements in the Iterator
- Gumbo_Interface_Iterator
- in file Iterator.class.php, class Gumbo_Interface_Iterator
Iterator Pattern Interface
- Gumbo_Iterator
- in file Iterator.class.php, class Gumbo_Iterator
Iterator Class
top
'i'
- Iterator.class.php
- procedural page Iterator.class.php
- Iterator.class.php
- procedural page Iterator.class.php
top
'k'
- key
- in file Iterator.class.php, method Gumbo_Iterator::key()
Returns the current key value
top
'n'
- next
- in file Iterator.class.php, method Gumbo_Iterator::next()
Moves the target to the next element
top
'r'
- rewind
- in file Iterator.class.php, method Gumbo_Iterator::rewind()
Resets the Iterator
top
'v'
- valid
- in file Iterator.class.php, method Gumbo_Iterator::valid()
Checks if the current element is valid
top