[ ]
[ ]
[ ]
Element index for package List
[
a ]
[
e ]
[
g ]
[
k ]
[
l ]
[
r ]
[
s ]
[
_ ]
'_'
- $_list
- in file List.class.php, variable Gumbo_List::$_list
- __construct
- in file List.class.php, method Gumbo_List::__construct()
Constructor
- __get
- in file List.class.php, method Gumbo_List::__get()
Returns Data (wrapper to get())
- __get
- in file List.class.php, method Gumbo_Interface_List::__get()
Returns Data (wrapper to get())
- __isset
- in file List.class.php, method Gumbo_List::__isset()
Returns if key is set (wrapper to exists())
- __isset
- in file List.class.php, method Gumbo_Interface_List::__isset()
Returns if key is set (wrapper to exists())
- __set
- in file List.class.php, method Gumbo_List::__set()
Sets Data (wrapper to add())
- __set
- in file List.class.php, method Gumbo_Interface_List::__set()
Sets Data (wrapper to add())
- __unset
- in file List.class.php, method Gumbo_List::__unset()
Removes Data (wrapper to remove())
- __unset
- in file List.class.php, method Gumbo_Interface_List::__unset()
Removes Data (wrapper to remove())
top
'a'
- add
- in file List.class.php, method Gumbo_List::add()
Adds a new Item to the List
- add
- in file List.class.php, method Gumbo_Interface_List::add()
Adds a new Item to the List
top
'e'
- exists
- in file List.class.php, method Gumbo_List::exists()
Returns if the Key exists, or if the List contains data
- exists
- in file List.class.php, method Gumbo_Interface_List::exists()
Returns if the Key exists, or if the List contains data
top
'g'
- get
- in file List.class.php, method Gumbo_List::get()
Returns a single Value
- get
- in file List.class.php, method Gumbo_Interface_List::get()
Returns a single Value
- getAll
- in file List.class.php, method Gumbo_List::getAll()
Returns the entire List
- getAll
- in file List.class.php, method Gumbo_Interface_List::getAll()
Returns the entire List
- getIterator
- in file List.class.php, method Gumbo_List::getIterator()
Returns an Iterator
- Gumbo_Interface_List
- in file List.class.php, class Gumbo_Interface_List
List Interface, responsible for holding a List of some data
- Gumbo_List
- in file List.class.php, class Gumbo_List
List Class
top
'k'
- keys
- in file List.class.php, method Gumbo_Interface_List::keys()
Returns an array of the List Keys
top
'l'
- List.class.php
- procedural page List.class.php
- List.class.php
- procedural page List.class.php
top
'r'
- remove
- in file List.class.php, method Gumbo_List::remove()
Removes an Item from the List
- remove
- in file List.class.php, method Gumbo_Interface_List::remove()
Removes an Item from the List
- removeValue
- in file List.class.php, method Gumbo_List::removeValue()
Removes a value from the List
- removeValue
- in file List.class.php, method Gumbo_Interface_List::removeValue()
Removes a value from the List
- reset
- in file List.class.php, method Gumbo_List::reset()
Resets the List
- reset
- in file List.class.php, method Gumbo_Interface_List::reset()
Resets the List
top
's'
- size
- in file List.class.php, method Gumbo_List::size()
Returns the size of the list
- size
- in file List.class.php, method Gumbo_Interface_List::size()
Returns the size of the list
top