PHP Class BrowseHandler, ojs

Inheritance: extends Handler
Show file Open project: pkp/ojs

Public Methods

Method Description
authorize ( $request, &$args, $roleAssignments ) Ensure that we have a journal and the plugin is enabled.
identifyTypes ( $args = [], $request ) Show list of journal sections identify types.
sections ( $args, $request ) Show list of journal sections.
setupTemplate ( $request, $op = 'index' ) Setup common template variables.

Method Details

authorize() public method

Ensure that we have a journal and the plugin is enabled.
public authorize ( $request, &$args, $roleAssignments )

identifyTypes() public method

Show list of journal sections identify types.
public identifyTypes ( $args = [], $request )

sections() public method

Show list of journal sections.
public sections ( $args, $request )

setupTemplate() public method

Setup common template variables.
public setupTemplate ( $request, $op = 'index' )