PHP Class IssueEntryHandler, ojs

Inheritance: extends PublicationEntryHandler
Afficher le fichier Open project: pkp/ojs

Méthodes publiques

Свойство Type Description
$_selectedGalleyId the selected galley id *

Méthodes publiques

Méthode 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 méthode

Constructor.
public __construct ( )

fetch() public méthode

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

fetchFormatInfo() public méthode

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

Property Details

$_selectedGalleyId public_oe property

the selected galley id *
public $_selectedGalleyId