PHP Класс IssueGalleyForm, ojs

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

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

Свойство Тип Описание
$_issue the issue the galley belongs to
$_issueGalley current galley

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

Метод Описание
__construct ( $request, $issue, $issueGalley = null ) Constructor.
execute ( $request ) : integer Save changes to the galley.
fetch ( $request ) Display the form.
initData ( ) Initialize form data from current galley (if applicable).
readInputData ( ) Assign form data to user-submitted data.
validate ( $request ) Validate the form

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

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

Constructor.
public __construct ( $request, $issue, $issueGalley = null )
$issue Issue
$issueGalley IssueGalley (optional)

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

Save changes to the galley.
public execute ( $request ) : integer
$request PKPRequest
Результат integer the galley ID

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

Display the form.
public fetch ( $request )

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

Initialize form data from current galley (if applicable).
public initData ( )

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

Assign form data to user-submitted data.
public readInputData ( )

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

Validate the form
public validate ( $request )

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

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

the issue the galley belongs to
public $_issue

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

current galley
public $_issueGalley