
Public Member Functions | |
| __construct () | |
| add ($item, $key=NULL) | |
| clear () | |
| delete ($key) | |
| insert ($item, $key=0) | |
| get ($key) | |
| getItems () | |
| setItems ($items) | |
| set ($key, $item) | |
| hasItems () | |
Public Attributes | |
| $items | |
Private Attributes | |
| $count | |
Definition at line 2 of file mlist.class.
| MList::__construct | ( | ) |
Definition at line 7 of file mlist.class.
| MList::add | ( | $ | item, | |
| $ | key = NULL | |||
| ) |
Reimplemented in MStringList.
Definition at line 16 of file mlist.class.
Referenced by insert().
Here is the caller graph for this function:

| MList::clear | ( | ) |
Definition at line 29 of file mlist.class.
| MList::delete | ( | $ | key | ) |
Definition at line 38 of file mlist.class.
| MList::insert | ( | $ | item, | |
| $ | key = 0 | |||
| ) |
Definition at line 47 of file mlist.class.
References add().
Here is the call graph for this function:

| MList::get | ( | $ | key | ) |
Definition at line 65 of file mlist.class.
| MList::getItems | ( | ) |
Definition at line 73 of file mlist.class.
| MList::setItems | ( | $ | items | ) |
| MList::set | ( | $ | key, | |
| $ | item | |||
| ) |
Definition at line 84 of file mlist.class.
| MList::hasItems | ( | ) |
Definition at line 92 of file mlist.class.
| MList::$items |
MList::$count [private] |
Definition at line 5 of file mlist.class.