phpdoc
authorJan Schneider <jan@horde.org>
Fri, 2 Jul 2010 13:57:40 +0000 (15:57 +0200)
committerJan Schneider <jan@horde.org>
Mon, 5 Jul 2010 10:34:44 +0000 (12:34 +0200)
turba/lib/List.php
turba/lib/View/List.php

index c4af36f..289960d 100644 (file)
@@ -92,10 +92,10 @@ class Turba_List {
      * 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)
     {
index 1d13796..4aec864 100644 (file)
@@ -1,7 +1,7 @@
 <?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>