Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct ($callingHandler) | |
downloadLibraryFile ($args, $request) | |
downloadPublic ($args, $request) | |
![]() | |
__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) | |
Data Fields | |
$_callingHandler = null | |
![]() | |
$_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 | |
Class defining a handler for library file access.
Definition at line 18 of file LibraryFileHandler.inc.php.
LibraryFileHandler::__construct | ( | $callingHandler | ) |
Constructor.
$callingHandler | Handler |
Definition at line 30 of file LibraryFileHandler.inc.php.
LibraryFileHandler::downloadLibraryFile | ( | $args, | |
$request | |||
) |
Download a library file.
$args | array |
$request | Request |
Definition at line 66 of file LibraryFileHandler.inc.php.
References DAORegistry\getDAO().
LibraryFileHandler::downloadPublic | ( | $args, | |
$request | |||
) |
Download a library public file.
$args | array |
$request | Request |
Definition at line 43 of file LibraryFileHandler.inc.php.
References DAORegistry\getDAO().
Handler LibraryFileHandler::$_callingHandler = null |
the Handler that calls the LibraryFileHandler functions
Definition at line 24 of file LibraryFileHandler.inc.php.