|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| getConfig () | |
| getWorkflowStages () | |
Public Member Functions inherited from PKP\components\listPanels\PKPSubmissionsListPanel | |
| getItems ($request) | |
| getItemsMax () | |
Public Member Functions inherited from PKP\components\listPanels\ListPanel | |
| __construct ($id, $title, $args=[]) | |
| set ($args) | |
Static Public Member Functions | |
| static | getSectionFilters ($activeOnly=false) |
Data Fields | |
| $includeActiveSectionFiltersOnly = false | |
| $includeIssuesFilter = false | |
Data Fields inherited from PKP\components\listPanels\PKPSubmissionsListPanel | |
| $apiUrl = '' | |
| $count = 30 | |
| $getParams = [] | |
| $itemsMax = 0 | |
| $lazyLoad = false | |
Data Fields inherited from PKP\components\listPanels\ListPanel | |
| $description = '' | |
| $emptyLabel = '' | |
| $expanded = [] | |
| $headingLevel = 'h2' | |
| $id = '' | |
| $isSidebarVisible = false | |
| $items = [] | |
| $title = '' | |
Additional Inherited Members | |
Protected Member Functions inherited from PKP\components\listPanels\PKPSubmissionsListPanel | |
| _getItemsParams () | |
Definition at line 18 of file SubmissionsListPanel.inc.php.
| APP\components\listPanels\SubmissionsListPanel::getConfig | ( | ) |
Reimplemented from PKP\components\listPanels\PKPSubmissionsListPanel.
Definition at line 31 of file SubmissionsListPanel.inc.php.
References PKPApplication\get().
|
static |
Compile the sections for passing as filters
| $activeOnly | boolean show inactive section filters or not |
Definition at line 112 of file SubmissionsListPanel.inc.php.
References PKPServices\get(), and PKPApplication\get().
Referenced by StatsHandler\addSectionFilters().
| APP\components\listPanels\SubmissionsListPanel::getWorkflowStages | ( | ) |
Get an array of workflow stages supported by the current app
Definition at line 81 of file SubmissionsListPanel.inc.php.
| boolean SubmissionsListPanel::$includeActiveSectionFiltersOnly = false |
Whether to show inactive section filters
Definition at line 24 of file SubmissionsListPanel.inc.php.
| APP\components\listPanels\SubmissionsListPanel::$includeIssuesFilter = false |
Definition at line 26 of file SubmissionsListPanel.inc.php.