AbstractList Class Reference
[Things based on Standard PHP Library]

Base for handling Identifiable object's lists. More...

Inheritance diagram for AbstractList:

Inheritance graph
[legend]

List of all members.

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()


Detailed Description

Base for handling Identifiable object's lists.

Definition at line 18 of file AbstractList.class.php.


Member Function Documentation

AbstractList::offsetGet ( offset  ) 

Definition at line 22 of file AbstractList.class.php.

Referenced by get().

AbstractList::offsetUnset ( offset  ) 

Definition at line 32 of file AbstractList.class.php.

Referenced by drop().

AbstractList::offsetExists ( offset  ) 

Definition at line 39 of file AbstractList.class.php.

Referenced by has(), and IndexedList::offsetSet().

AbstractList::clean (  ) 

Implements SimplifiedArrayAccess.

Definition at line 46 of file AbstractList.class.php.

AbstractList::isEmpty (  ) 

Implements SimplifiedArrayAccess.

Definition at line 51 of file AbstractList.class.php.

AbstractList::getList (  ) 

Implements SimplifiedArrayAccess.

Definition at line 56 of file AbstractList.class.php.

AbstractList::set ( name,
var 
)

Implements SimplifiedArrayAccess.

Definition at line 61 of file AbstractList.class.php.

AbstractList::get ( name  ) 

Implements SimplifiedArrayAccess.

Definition at line 66 of file AbstractList.class.php.

References offsetGet().

Here is the call graph for this function:

AbstractList::has ( name  ) 

Implements SimplifiedArrayAccess.

Definition at line 71 of file AbstractList.class.php.

References offsetExists().

Here is the call graph for this function:

AbstractList::drop ( name  ) 

Implements SimplifiedArrayAccess.

Definition at line 76 of file AbstractList.class.php.

References offsetUnset().

Here is the call graph for this function:


Member Data Documentation

AbstractList::$list = array() [protected]

Definition at line 20 of file AbstractList.class.php.


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:56:47 2007 for onPHP by  doxygen 1.5.4