
Public Member Functions | |
| offsetGet ($offset) | |
| offsetUnset ($offset) | |
| offsetExists ($offset) | |
| clean () | |
| isEmpty () | |
| getList () | |
| set ($name, $var) | |
| get ($name) | |
| has ($name) | |
| drop ($name) | |
Protected Attributes | |
| $list = array() | |
Definition at line 18 of file AbstractList.class.php.
| AbstractList::offsetGet | ( | $ | offset | ) |
| AbstractList::offsetUnset | ( | $ | offset | ) |
| AbstractList::offsetExists | ( | $ | offset | ) |
Definition at line 39 of file AbstractList.class.php.
Referenced by has(), and IndexedList::offsetSet().
| AbstractList::clean | ( | ) |
| AbstractList::isEmpty | ( | ) |
| AbstractList::getList | ( | ) |
| AbstractList::set | ( | $ | name, | |
| $ | var | |||
| ) |
| AbstractList::get | ( | $ | name | ) |
Implements SimplifiedArrayAccess.
Definition at line 66 of file AbstractList.class.php.
References offsetGet().

| AbstractList::has | ( | $ | name | ) |
Implements SimplifiedArrayAccess.
Definition at line 71 of file AbstractList.class.php.
References offsetExists().

| AbstractList::drop | ( | $ | name | ) |
Implements SimplifiedArrayAccess.
Definition at line 76 of file AbstractList.class.php.
References offsetUnset().

AbstractList::$list = array() [protected] |
Definition at line 20 of file AbstractList.class.php.
1.5.4