PHP Class ExternalFeedForm, ojs

Inheritance: extends Form
Datei anzeigen Open project: pkp/ojs Class Usage Examples

Public Properties

Property Type Description
$feedId integer
$journalId integer
$plugin object

Public Methods

Method Description
__construct ( &$plugin, $feedId, $journalId ) Constructor
display ( ) Display the form.
execute ( ) Save settings.
getLocaleFieldNames ( ) : array Get the names of fields for which localized data is allowed.
initData ( ) Initialize form data.
readInputData ( ) Assign form data to user-submitted data.

Method Details

__construct() public method

Constructor
public __construct ( &$plugin, $feedId, $journalId )
$plugin object
$feedId int
$journalId int

display() public method

Display the form.
public display ( )

execute() public method

Save settings.
public execute ( )

getLocaleFieldNames() public method

Get the names of fields for which localized data is allowed.
public getLocaleFieldNames ( ) : array
return array

initData() public method

Initialize form data.
public initData ( )

readInputData() public method

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

Property Details

$feedId public_oe property

public int $feedId
return integer

$journalId public_oe property

public int $journalId
return integer

$plugin public_oe property

public object $plugin
return object