Open Monograph Press  3.3.0
PKP\components\PKPStatsEditorialPage Class Reference
Inheritance diagram for PKP\components\PKPStatsEditorialPage:
PKP\components\PKPStatsComponent

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 = []
 

Detailed Description

Definition at line 21 of file PKPStatsEditorialPage.inc.php.

Member Function Documentation

◆ getConfig()

PKP\components\PKPStatsEditorialPage::getConfig ( )

Retrieve the configuration data to be used when initializing this handler on the frontend

Returns
array Configuration data

Reimplemented from PKP\components\PKPStatsComponent.

Definition at line 52 of file PKPStatsEditorialPage.inc.php.

Field Documentation

◆ $activeByStage

array PKPStatsEditorialPage::$activeByStage = []

A key/value array of active submissions by stage

Definition at line 26 of file PKPStatsEditorialPage.inc.php.

◆ $averagesApiUrl

string PKPStatsEditorialPage::$averagesApiUrl = []

The URL to get the averages from the API

Definition at line 32 of file PKPStatsEditorialPage.inc.php.

◆ $percentageStats

array PKPStatsEditorialPage::$percentageStats = []

List of stats that should be converted to percentages

Definition at line 38 of file PKPStatsEditorialPage.inc.php.

◆ $tableRows

array PKPStatsEditorialPage::$tableRows = []

List of stats details to display in the table

Definition at line 44 of file PKPStatsEditorialPage.inc.php.


The documentation for this class was generated from the following file: