
Public Member Functions | |
| display () | |
| execute () | |
| getCanEdit () | |
| getLocaleFieldNames () | |
| initData () | |
| MetadataForm ($article) | |
| readInputData () | |
Definition at line 20 of file MetadataForm.inc.php.
| MetadataForm.display | ( | ) |
Display the form.
Reimplemented from Form.
Definition at line 152 of file MetadataForm.inc.php.
References DAORegistry.getDAO(), Request.getJournal(), TemplateManager.getManager(), and Request.getRequestedPage().
| MetadataForm.execute | ( | ) |
Save changes to article.
Reimplemented from Form.
Definition at line 231 of file MetadataForm.inc.php.
References DAORegistry.getDAO(), Form.getData(), Form.getFormLocale(), Request.getJournal(), and ArticleSearchIndex.indexArticleMetadata().
| MetadataForm.getCanEdit | ( | ) |
Determine whether or not the current user is allowed to edit metadata.
Definition at line 351 of file MetadataForm.inc.php.
| MetadataForm.getLocaleFieldNames | ( | ) |
Get the field names for which data can be localized
Reimplemented from Form.
Definition at line 142 of file MetadataForm.inc.php.
| MetadataForm.initData | ( | ) |
Initialize form data from current article.
Reimplemented from Form.
Definition at line 86 of file MetadataForm.inc.php.
References Form.setData().
| MetadataForm.MetadataForm | ( | $ | article | ) |
Constructor.
Definition at line 33 of file MetadataForm.inc.php.
References Form.addCheck(), DAORegistry.getDAO(), Request.getRequestedPage(), and Request.getUser().
| MetadataForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Reimplemented from Form.
Definition at line 189 of file MetadataForm.inc.php.
References Form.addCheck(), DAORegistry.getDAO(), and Form.readUserVars().
1.5.6