Public Member Functions | |
| display () | |
| execute () | |
| getCanEdit () | |
| getLocaleFieldNames () | |
| initData () | |
| MetadataForm ($paper) | |
| readInputData () | |
Public Attributes | |
| $canEdit | |
| $canViewAuthors | |
| $paper | |
Definition at line 19 of file MetadataForm.inc.php.
| MetadataForm.display | ( | ) |
Display the form.
Definition at line 130 of file MetadataForm.inc.php.
References Request.getSchedConf().
| MetadataForm.execute | ( | ) |
Save changes to paper.
Definition at line 183 of file MetadataForm.inc.php.
References $paper, and PaperSearchIndex.indexPaperMetadata().
| MetadataForm.getCanEdit | ( | ) |
Determine whether or not the current user is allowed to edit metadata.
Definition at line 264 of file MetadataForm.inc.php.
| MetadataForm.getLocaleFieldNames | ( | ) |
Get the field names for which data can be localized
Definition at line 123 of file MetadataForm.inc.php.
| MetadataForm.initData | ( | ) |
Initialize form data from current paper.
Definition at line 76 of file MetadataForm.inc.php.
References $paper.
| MetadataForm.MetadataForm | ( | $ | paper | ) |
Constructor.
Definition at line 32 of file MetadataForm.inc.php.
References $paper, Request.getSchedConf(), and AuthorAction.mayEditPaper().
| MetadataForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 157 of file MetadataForm.inc.php.
1.4.7