PHP Class IssueForm, ojs

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

Méthodes publiques

Свойство Type Description
$issue current issue

Méthodes publiques

Méthode Description
__construct ( $issue = null ) Constructor.
execute ( $request ) : integer Save issue settings.
fetch ( $request ) Fetch the form.
getLocaleFieldNames ( ) : array Get a list of fields for which localization should be used.
initData ( $request ) Initialize form data from current issue.
readInputData ( ) Assign form data to user-submitted data.
validate ( $request ) Validate the form

Method Details

__construct() public méthode

Constructor.
public __construct ( $issue = null )

execute() public méthode

Save issue settings.
public execute ( $request ) : integer
$request PKPRequest
Résultat integer Issue ID for created/updated issue

fetch() public méthode

Fetch the form.
public fetch ( $request )

getLocaleFieldNames() public méthode

Get a list of fields for which localization should be used.
public getLocaleFieldNames ( ) : array
Résultat array

initData() public méthode

Initialize form data from current issue.
public initData ( $request )

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

current issue
public $issue