|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct () | |
| authorize ($request, &$args, $roleAssignments) | |
| editorial ($args, $request) | |
| publications ($args, $request) | |
| users ($args, $request) | |
Public Member Functions inherited from PKPHandler | |
| addPolicy ($authorizationPolicy, $addToTop=false) | |
| addRoleAssignment ($roleIds, $operations) | |
| getApiToken () | |
| & | getAuthorizedContext () |
| & | getAuthorizedContextObject ($assocType) |
| & | getDispatcher () |
| getFirstUserContext ($user, $contexts) | |
| getId () | |
| getLastAuthorizationMessage () | |
| getRoleAssignment ($roleId) | |
| getRoleAssignments () | |
| getSiteRedirectContext ($request) | |
| getTargetContext ($request, &$contextsCount=null) | |
| index ($args, $request) | |
| initialize ($request) | |
| markRoleAssignmentsChecked () | |
| requireSSL () | |
| setApiToken ($apiToken) | |
| setDispatcher ($dispatcher) | |
| setEnforceRestrictedSite ($enforceRestrictedSite) | |
| setId ($id) | |
| setupTemplate ($request) | |
| validate ($requiredContexts=null, $request=null) | |
Data Fields | |
| $_isBackendPage = true | |
Data Fields inherited from PKPHandler | |
| $_authorizationDecisionManager | |
| $_checks = array() | |
| $_dispatcher | |
| $_enforceRestrictedSite = true | |
| $_id | |
| $_isBackendPage = false | |
| $_roleAssignments = array() | |
| $_roleAssignmentsChecked = false | |
Protected Member Functions | |
| _getStatDescription ($key) | |
Additional Inherited Members | |
Static Public Member Functions inherited from PKPHandler | |
| static | getPageParamName ($rangeName) |
| static | getRangeInfo ($request, $rangeName, $contextData=null) |
| static | hashPageContext ($request, $contextData=array()) |
Protected Attributes inherited from PKPHandler | |
| $_apiToken = null | |
Handle requests for statistics pages.
Definition at line 19 of file PKPStatsHandler.inc.php.
| PKPStatsHandler::__construct | ( | ) |
Constructor.
Reimplemented from PKPHandler.
Reimplemented in StatsHandler.
Definition at line 27 of file PKPStatsHandler.inc.php.
References PKPHandler\addRoleAssignment().
|
protected |
Get a description for stats that require one
| string | $key |
Definition at line 361 of file PKPStatsHandler.inc.php.
Referenced by editorial().
| PKPStatsHandler::authorize | ( | $request, | |
| & | $args, | ||
| $roleAssignments | |||
| ) |
| $request | PKPRequest |
| $args | array |
| $roleAssignments | array |
Reimplemented from PKPHandler.
Definition at line 41 of file PKPStatsHandler.inc.php.
References PKPHandler\addPolicy().
| PKPStatsHandler::editorial | ( | $args, | |
| $request | |||
| ) |
Display editorial stats about the submission workflow process
| array | $args | |
| Request | $request |
Definition at line 57 of file PKPStatsHandler.inc.php.
References _getStatDescription(), PKPServices\get(), PKPApplication\get(), PKPTemplateManager\getManager(), and PKPHandler\setupTemplate().
| PKPStatsHandler::publications | ( | $args, | |
| $request | |||
| ) |
Display published submissions statistics page
| $request | PKPRequest |
| $args | array |
Definition at line 216 of file PKPStatsHandler.inc.php.
References PKPServices\get(), PKPTemplateManager\getManager(), AppLocale\requireComponents(), and PKPHandler\setupTemplate().
| PKPStatsHandler::users | ( | $args, | |
| $request | |||
| ) |
Display users stats
| array | $args | |
| Request | $request |
Definition at line 332 of file PKPStatsHandler.inc.php.
References PKPServices\get(), PKPTemplateManager\getManager(), and PKPHandler\setupTemplate().
| PKPStatsHandler::$_isBackendPage = true |
Definition at line 22 of file PKPStatsHandler.inc.php.