PHP Class Sesha_View_List, horde
Available fields:
- header: (string) The header text related to the listing table.
- selectedCategories: (array) The selected categories.
- columnHeaders: (array) The columns structure for the result table.
- shownProperties: (array) The list of property objects to use.
- shownStock: (array) The stock display matrix
Copyright 2012-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (GPL). If you
did not receive this file, see http://www.horde.org/licenses/gpl.
Mostrar archivo
Open project: horde/horde
Class Usage Examples
Public Methods
Protected Methods
Method |
Description |
|
columnHeaders ( $sortdir, $sortby ) |
Builds column header array out of the list of properties and default
attributes. |
|
properties ( $propertyIds = [] ) |
Returns the list of property objects to display. |
|
stock ( $filters = [] ) |
Returns the items which match the category or search criteria. |
|
Method Details
__construct()
public method
allCategories()
public method
Retrieves all categories from driver.
columnHeaders()
protected method
Builds column header array out of the list of properties and default
attributes.
properties()
protected method
Returns the list of property objects to display.
Returns the items which match the category or search criteria.
protected stock ( $filters = [] ) |