Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct () | |
authorize ($request, &$args, $roleAssignments) | |
index ($args, $request) | |
![]() | |
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) | |
setupTemplate ($request) | |
validate ($requiredContexts=null, $request=null) | |
Data Fields | |
$_isBackendPage = true | |
$issue | |
![]() | |
$_authorizationDecisionManager | |
$_checks = array() | |
$_dispatcher | |
$_enforceRestrictedSite = true | |
$_id | |
$_isBackendPage = false | |
$_roleAssignments = array() | |
$_roleAssignmentsChecked = false | |
Additional Inherited Members | |
![]() | |
static | getPageParamName ($rangeName) |
static | getRangeInfo ($request, $rangeName, $contextData=null) |
static | hashPageContext ($request, $contextData=array()) |
![]() | |
$_apiToken = null | |
Definition at line 18 of file ManageIssuesHandler.inc.php.
ManageIssuesHandler::__construct | ( | ) |
Constructor
Reimplemented from PKPHandler.
Definition at line 28 of file ManageIssuesHandler.inc.php.
References PKPHandler\addRoleAssignment().
ManageIssuesHandler::authorize | ( | $request, | |
& | $args, | ||
$roleAssignments | |||
) |
Authorize this request.
Routers will call this method automatically thereby enforcing authorization. This method will be called before the validate() method and before passing control on to the handler operation.
NB: This method will be called once for every request only.
$request | Request |
$args | array request arguments |
$roleAssignments | array the operation role assignment, see getRoleAssignment() for more details. |
Reimplemented from PKPHandler.
Definition at line 41 of file ManageIssuesHandler.inc.php.
References PKPHandler\addPolicy().
ManageIssuesHandler::index | ( | $args, | |
$request | |||
) |
Displays the issue listings in a tabbed interface.
$args | array |
$request | PKPRequest |
Reimplemented from PKPHandler.
Definition at line 53 of file ManageIssuesHandler.inc.php.
References PKPTemplateManager\getManager(), AppLocale\requireComponents(), and PKPHandler\setupTemplate().
ManageIssuesHandler::$_isBackendPage = true |
Definition at line 23 of file ManageIssuesHandler.inc.php.
ManageIssuesHandler::$issue |
issue associated with the request
Definition at line 20 of file ManageIssuesHandler.inc.php.