PHP 클래스 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.
파일 보기
프로젝트 열기: horde/horde
1 사용 예제들
공개 메소드들
보호된 메소드들
메소드 |
설명 |
|
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. |
|
메소드 상세
Retrieves all categories from driver.
Builds column header array out of the list of properties and default
attributes.
Returns the list of property objects to display.
Returns the items which match the category or search criteria.
protected stock ( $filters = [] ) |