* Filters/Sorts the list based on the specified sort routine.
* The default sort order is by last name, ascending.
*
- * @param $order Array of hashes describing sort fields. Each hash has
- * the following fields:
- * 'field' => String sort field
- * 'ascending' => Boolean indicating sort direction
+ * @param array $order Array of hashes describing sort fields. Each
+ * hash has the following fields:
+ * - field: String sort field
+ * - ascending: Boolean indicating sort direction
*/
function sort($order = null)
{
<?php
/**
* The Turba_View_List:: class provides an interface for objects that
- * visualize Turba_lists.
+ * visualize Turba_List objects.
*
* @author Chuck Hagenbuch <chuck@horde.org>
* @author Jon Parise <jon@csh.rit.edu>