PHP Class ExternalFeedForm, ojs

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

Méthodes publiques

Свойство Type Description
$feedId integer
$journalId integer
$plugin object

Méthodes publiques

Méthode 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 méthode

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

display() public méthode

Display the form.
public display ( )

execute() public méthode

Save settings.
public execute ( )

getLocaleFieldNames() public méthode

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

initData() public méthode

Initialize form data.
public initData ( )

readInputData() public méthode

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

Property Details

$feedId public_oe property

public int $feedId
Résultat integer

$journalId public_oe property

public int $journalId
Résultat integer

$plugin public_oe property

public object $plugin
Résultat object