|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| _getPlugin () | |
| privacyInformation ($args, $request) | |
Public Member Functions inherited from PKPHandler | |
| __construct () | |
| addPolicy ($authorizationPolicy, $addToTop=false) | |
| addRoleAssignment ($roleIds, $operations) | |
| authorize ($request, &$args, $roleAssignments) | |
| 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) | |
Additional Inherited Members | |
Static Public Member Functions inherited from PKPHandler | |
| static | getPageParamName ($rangeName) |
| static | getRangeInfo ($request, $rangeName, $contextData=null) |
| static | hashPageContext ($request, $contextData=array()) |
Data Fields inherited from PKPHandler | |
| $_authorizationDecisionManager | |
| $_checks = array() | |
| $_dispatcher | |
| $_enforceRestrictedSite = true | |
| $_id | |
| $_isBackendPage = false | |
| $_roleAssignments = array() | |
| $_roleAssignmentsChecked = false | |
Protected Attributes inherited from PKPHandler | |
| $_apiToken = null | |
Handle usage stats page requests (opt-out, privacy information)
Definition at line 18 of file UsageStatsHandler.inc.php.
| UsageStatsHandler::_getPlugin | ( | ) |
Get the Usage Stats plugin object
Definition at line 67 of file UsageStatsHandler.inc.php.
References PluginRegistry\getPlugin().
Referenced by privacyInformation().
| UsageStatsHandler::privacyInformation | ( | $args, | |
| $request | |||
| ) |
Show a page with privacy information and an opt-out option.
| $args | array |
| $request | Request |
Definition at line 30 of file UsageStatsHandler.inc.php.
References _getPlugin(), PKPTemplateManager\getManager(), Application\getName(), PKPHandler\setupTemplate(), and PKPHandler\validate().