PHP Class ManageIssuesHandler, ojs

Inheritance: extends Handler
Datei anzeigen Open project: pkp/ojs

Public Properties

Property Type Description
$issue issue associated with the request *

Public Methods

Method Description
__construct ( ) Constructor
authorize ( $request, &$args, $roleAssignments )
index ( $args, $request ) : JSONMessage Displays the issue listings in a tabbed interface.

Method Details

__construct() public method

Constructor
public __construct ( )

authorize() public method

public authorize ( $request, &$args, $roleAssignments )

index() public method

Displays the issue listings in a tabbed interface.
public index ( $args, $request ) : JSONMessage
$args array
$request PKPRequest
return JSONMessage JSON object

Property Details

$issue public_oe property

issue associated with the request *
public $issue