PHP Класс IssueEntryHandler, ojs

Наследование: extends PublicationEntryHandler
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$_selectedGalleyId the selected galley id *

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( )

fetch() публичный Метод

Display the tabs index page.
public fetch ( $args, $request ) : JSONMessage
$args array
$request PKPRequest
Результат JSONMessage JSON object

fetchFormatInfo() публичный Метод

Returns a JSON response containing information regarding the galley formats enabled for this submission.
public fetchFormatInfo ( $args, $request ) : JSONMessage
$args array
$request Request
Результат JSONMessage JSON object

Описание свойств

$_selectedGalleyId публичное свойство

the selected galley id *
public $_selectedGalleyId