|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| authorize ($request, &$args, $roleAssignments) | |
| authors ($args, $request) | |
| competingInterestGuidelines ($args, $request) | |
| index ($args, $request) | |
| librarians ($args, $request) | |
| readers ($args, $request) | |
| sampleCopyrightWording ($args, $request) | |
| setupTemplate ($request) | |
Public Member Functions inherited from PKPHandler | |
| __construct () | |
| 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) | |
| initialize ($request) | |
| markRoleAssignmentsChecked () | |
| requireSSL () | |
| setApiToken ($apiToken) | |
| setDispatcher ($dispatcher) | |
| setEnforceRestrictedSite ($enforceRestrictedSite) | |
| setId ($id) | |
| 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 | |
Display journal information.
Definition at line 18 of file InformationHandler.inc.php.
| InformationHandler::authorize | ( | $request, | |
| & | $args, | ||
| $roleAssignments | |||
| ) |
Reimplemented from PKPHandler.
Definition at line 23 of file InformationHandler.inc.php.
References PKPHandler\addPolicy(), and PKPTemplateManager\getManager().
| InformationHandler::authors | ( | $args, | |
| $request | |||
| ) |
Definition at line 81 of file InformationHandler.inc.php.
References index().
| InformationHandler::competingInterestGuidelines | ( | $args, | |
| $request | |||
| ) |
Definition at line 89 of file InformationHandler.inc.php.
References index().
| InformationHandler::index | ( | $args, | |
| $request | |||
| ) |
Display the information page for the journal.
| $args | array |
| $request | PKPRequest |
Reimplemented from PKPHandler.
Definition at line 40 of file InformationHandler.inc.php.
References PKPTemplateManager\getManager(), AppLocale\requireComponents(), setupTemplate(), and PKPHandler\validate().
Referenced by authors(), competingInterestGuidelines(), librarians(), readers(), and sampleCopyrightWording().
| InformationHandler::librarians | ( | $args, | |
| $request | |||
| ) |
Definition at line 85 of file InformationHandler.inc.php.
References index().
| InformationHandler::readers | ( | $args, | |
| $request | |||
| ) |
Definition at line 77 of file InformationHandler.inc.php.
References index().
| InformationHandler::sampleCopyrightWording | ( | $args, | |
| $request | |||
| ) |
Definition at line 93 of file InformationHandler.inc.php.
References index().
| InformationHandler::setupTemplate | ( | $request | ) |
Initialize the template.
| $request | PKPRequest |
Reimplemented from PKPHandler.
Definition at line 101 of file InformationHandler.inc.php.
References PKPTemplateManager\getManager().
Referenced by index().