Turba_ListThe Turba_List:: class provides an interface for dealing with a list of Turba_Objects.
$Horde: turba/lib/List.php,v 1.41.10.10 2010-10-21 19:51:45 jan Exp $
Located in /lib/List.php (line 12)
Constructor Turba_List (line 31)
Constructor.
cmp (line 178)
Usort helper function.
Compares two Turba_Objects based on the member variable $_usortCriteria, taking care to sort numerically if it is an integer field.
cmp_int (line 219)
cmp_text (line 206)
count (line 88)
Returns the number of Turba_Objects that are in the list. Use this to hide internal implementation details from client objects.
next (line 76)
Returns the next Turba_Object in the list. Use this to hide internal implementation details from client objects.
reset (line 65)
Resets our internal pointer to the beginning of the list. Use this to hide the internal storage (array, list, etc.) from client objects.
sort (line 102)
Filters/Sorts the list based on the specified sort routine.
The default sort order is by last name, ascending.
Documentation generated on Sun, 30 Jan 2011 05:39:25 +0000 by phpDocumentor 1.4.3