Base for handling Identifiable object's lists. More...
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() |
Base for handling Identifiable object's lists.
Definition at line 17 of file AbstractList.class.php.
AbstractList::clean | ( | ) |
Implements SimplifiedArrayAccess.
Definition at line 51 of file AbstractList.class.php.
AbstractList::drop | ( | $ | name | ) |
Implements SimplifiedArrayAccess.
Definition at line 83 of file AbstractList.class.php.
References offsetUnset().
AbstractList::get | ( | $ | name | ) |
Implements SimplifiedArrayAccess.
Definition at line 73 of file AbstractList.class.php.
References offsetGet().
AbstractList::getList | ( | ) |
Implements SimplifiedArrayAccess.
Definition at line 63 of file AbstractList.class.php.
AbstractList::has | ( | $ | name | ) |
Implements SimplifiedArrayAccess.
Definition at line 78 of file AbstractList.class.php.
References offsetExists().
AbstractList::isEmpty | ( | ) |
Implements SimplifiedArrayAccess.
Definition at line 58 of file AbstractList.class.php.
AbstractList::offsetExists | ( | $ | offset | ) |
Definition at line 41 of file AbstractList.class.php.
Referenced by has(), and IndexedList::offsetSet().
AbstractList::offsetGet | ( | $ | offset | ) |
Definition at line 21 of file AbstractList.class.php.
Referenced by get().
AbstractList::offsetUnset | ( | $ | offset | ) |
AbstractList::set | ( | $ | name, | |
$ | var | |||
) |
Implements SimplifiedArrayAccess.
Definition at line 68 of file AbstractList.class.php.
AbstractList::$list = array() [protected] |
Definition at line 19 of file AbstractList.class.php.