PHP Class IssueGalleyForm, ojs

Inheritance: extends Form
Afficher le fichier Open project: pkp/ojs Class Usage Examples

Méthodes publiques

Свойство Type Description
$_issue the issue the galley belongs to
$_issueGalley current galley

Méthodes publiques

Méthode Description
__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

Method Details

__construct() public méthode

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

execute() public méthode

Save changes to the galley.
public execute ( $request ) : integer
$request PKPRequest
Résultat integer the galley ID

fetch() public méthode

Display the form.
public fetch ( $request )

initData() public méthode

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

readInputData() public méthode

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

validate() public méthode

Validate the form
public validate ( $request )

Property Details

$_issue public_oe property

the issue the galley belongs to
public $_issue

$_issueGalley public_oe property

current galley
public $_issueGalley