$list
$list : \Turba_List
The Turba_List object that we are visualizing.
The Turba_View_List:: class provides an interface for objects that visualize Turba_List objects.
Copyright 2000-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (ASL). If you did did not receive this file, see http://www.horde.org/licenses/apache.
$list : \Turba_List
The Turba_List object that we are visualizing.
__construct(\Turba_List $list, array $controls = null, array $columns = null) : \Turba_View_List
Constructs a new Turba_View_List object.
\Turba_List | $list | List of contacts to display. |
array | $controls | Which icons to display |
array | $columns | The list of columns to display |
getPage(integer $numDisplayed, integer $min, integer $max = null, string $page) : string
Renders the list contents into an HTML view.
integer | $numDisplayed | Output parameter - the number of rows rendered. |
integer | $min | Minimum number of rows to display. |
integer | $max | Maximum number of rows to display. |
string | $page | The currently displayed page. |
HTML to echo.