|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| __construct () | |
| authors ($args, $request) | |
| competingInterestPolicy ($args, $request) | |
| index ($args, $request) | |
| librarians ($args, $request) | |
| readers ($args, $request) | |
| sampleCopyrightWording ($args, $request) | |
| setupTemplate ($request, $press) | |
Public Member Functions inherited from PKPHandler | |
| 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) | |
| 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 | |
Display press information.
Definition at line 18 of file InformationHandler.inc.php.
| InformationHandler::__construct | ( | ) |
Constructor
Reimplemented from PKPHandler.
Definition at line 22 of file InformationHandler.inc.php.
| InformationHandler::authors | ( | $args, | |
| $request | |||
| ) |
Definition at line 82 of file InformationHandler.inc.php.
References index().
| InformationHandler::competingInterestPolicy | ( | $args, | |
| $request | |||
| ) |
Definition at line 90 of file InformationHandler.inc.php.
References index().
| InformationHandler::index | ( | $args, | |
| $request | |||
| ) |
Display the information page for the press.
| $args | array |
| $request | PKPRequest |
Reimplemented from PKPHandler.
Definition at line 31 of file InformationHandler.inc.php.
References PKPTemplateManager\getManager(), setupTemplate(), and PKPHandler\validate().
Referenced by authors(), competingInterestPolicy(), librarians(), readers(), and sampleCopyrightWording().
| InformationHandler::librarians | ( | $args, | |
| $request | |||
| ) |
Definition at line 86 of file InformationHandler.inc.php.
References index().
| InformationHandler::readers | ( | $args, | |
| $request | |||
| ) |
Definition at line 78 of file InformationHandler.inc.php.
References index().
| InformationHandler::sampleCopyrightWording | ( | $args, | |
| $request | |||
| ) |
Definition at line 94 of file InformationHandler.inc.php.
References index().
| InformationHandler::setupTemplate | ( | $request, | |
| $press | |||
| ) |
Initialize the template.
| $press | Press |
Definition at line 102 of file InformationHandler.inc.php.
References PKPTemplateManager\getManager(), and AppLocale\requireComponents().
Referenced by index().