
Public Member Functions | |
| deleteImage ($settingName, $locale=null) | |
| display () | |
| execute () | |
| getLocaleFieldNames () | |
| JournalSetupStep5Form () | |
| readInputData () | |
| uploadImage ($settingName, $locale) | |
| uploadStyleSheet ($settingName) | |
Definition at line 20 of file JournalSetupStep5Form.inc.php.
| JournalSetupStep5Form.deleteImage | ( | $ | settingName, | |
| $ | locale = null | |||
| ) |
Deletes a journal image.
| $settingName | string setting key associated with the file | |
| $locale | string |
Definition at line 183 of file JournalSetupStep5Form.inc.php.
References DAORegistry.getDAO(), Request.getJournal(), and TemplateManager.getManager().
| JournalSetupStep5Form.display | ( | ) |
Display the form.
Reimplemented from JournalSetupForm.
Definition at line 86 of file JournalSetupStep5Form.inc.php.
References Request.getJournal(), TemplateManager.getManager(), PluginRegistry.getPlugins(), and PluginRegistry.loadCategory().
| JournalSetupStep5Form.execute | ( | ) |
Save modified settings.
Reimplemented from JournalSetupForm.
Definition at line 238 of file JournalSetupStep5Form.inc.php.
References DAORegistry.getDAO(), Form.getData(), Form.getFormLocale(), Request.getJournal(), Request.getUserVar(), and PluginRegistry.loadCategory().
| JournalSetupStep5Form.getLocaleFieldNames | ( | ) |
Get the list of field names for which localized settings are used.
Reimplemented from Form.
Definition at line 71 of file JournalSetupStep5Form.inc.php.
Referenced by ImportOJS1.importJournal().
| JournalSetupStep5Form.JournalSetupStep5Form | ( | ) |
Constructor.
Definition at line 27 of file JournalSetupStep5Form.inc.php.
| JournalSetupStep5Form.readInputData | ( | ) |
Assign form data to user-submitted data.
Reimplemented from JournalSetupForm.
Definition at line 78 of file JournalSetupStep5Form.inc.php.
References Form.readUserVars().
| JournalSetupStep5Form.uploadImage | ( | $ | settingName, | |
| $ | locale | |||
| ) |
Uploads a journal image.
| $settingName | string setting key associated with the file | |
| $locale | string |
Definition at line 143 of file JournalSetupStep5Form.inc.php.
References Core.getCurrentDate(), DAORegistry.getDAO(), and Request.getJournal().
| JournalSetupStep5Form.uploadStyleSheet | ( | $ | settingName | ) |
Uploads journal custom stylesheet.
| $settingName | string setting key associated with the file |
Definition at line 210 of file JournalSetupStep5Form.inc.php.
References DAORegistry.getDAO(), and Request.getJournal().
1.5.6