|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| getConfig () | |
Public Member Functions inherited from PKP\components\PKPStatsComponent | |
| __construct ($apiUrl, $args=array()) | |
| init ($args=array()) | |
Data Fields | |
| $activeByStage = [] | |
| $averagesApiUrl = [] | |
| $percentageStats = [] | |
| $tableRows = [] | |
Data Fields inherited from PKP\components\PKPStatsComponent | |
| $apiUrl = '' | |
| $dateEnd = '' | |
| $dateRangeOptions = [] | |
| $dateStart = '' | |
| $filters = null | |
| $tableColumns = [] | |
Definition at line 21 of file PKPStatsEditorialPage.inc.php.
| PKP\components\PKPStatsEditorialPage::getConfig | ( | ) |
Retrieve the configuration data to be used when initializing this handler on the frontend
Reimplemented from PKP\components\PKPStatsComponent.
Definition at line 52 of file PKPStatsEditorialPage.inc.php.
| array PKPStatsEditorialPage::$activeByStage = [] |
A key/value array of active submissions by stage
Definition at line 26 of file PKPStatsEditorialPage.inc.php.
| string PKPStatsEditorialPage::$averagesApiUrl = [] |
The URL to get the averages from the API
Definition at line 32 of file PKPStatsEditorialPage.inc.php.
| array PKPStatsEditorialPage::$percentageStats = [] |
List of stats that should be converted to percentages
Definition at line 38 of file PKPStatsEditorialPage.inc.php.
| array PKPStatsEditorialPage::$tableRows = [] |
List of stats details to display in the table
Definition at line 44 of file PKPStatsEditorialPage.inc.php.