PHP Class IssueEntryHandler, ojs

Inheritance: extends PublicationEntryHandler
Mostrar archivo Open project: pkp/ojs

Public Properties

Property Type Description
$_selectedGalleyId the selected galley id *

Public Methods

Method Description
__construct ( ) Constructor.
fetch ( $args, $request ) : JSONMessage Display the tabs index page.
fetchFormatInfo ( $args, $request ) : JSONMessage Returns a JSON response containing information regarding the galley formats enabled for this submission.

Method Details

__construct() public method

Constructor.
public __construct ( )

fetch() public method

Display the tabs index page.
public fetch ( $args, $request ) : JSONMessage
$args array
$request PKPRequest
return JSONMessage JSON object

fetchFormatInfo() public method

Returns a JSON response containing information regarding the galley formats enabled for this submission.
public fetchFormatInfo ( $args, $request ) : JSONMessage
$args array
$request Request
return JSONMessage JSON object

Property Details

$_selectedGalleyId public_oe property

the selected galley id *
public $_selectedGalleyId