Base class for forms that manage press settings data (from press_settings table). More...
Public Member Functions | |
| execute (&$request) | |
| execute (&$request) | |
| fetch (&$request, $params=null) | |
| fetch (&$request, $params=null) | |
| getSettings () | |
| getSettings () | |
| getWizardMode () | |
| getWizardMode () | |
| initData (&$request) | |
| initData (&$request) | |
| PressSettingsForm ($settings, $template, $wizardMode) | |
| PressSettingsForm ($settings, $template, $wizardMode) | |
| readInputData (&$request) | |
| readInputData (&$request) | |
| setSettings ($settings) | |
| setSettings ($settings) | |
| setWizardMode ($wizardMode) | |
| setWizardMode ($wizardMode) | |
Base class for forms that manage press settings data (from press_settings table).
Definition at line 19 of file PressSettingsForm.inc.php.
| PressSettingsForm.execute | ( | &$ | request | ) |
Reimplemented in MastheadForm, PaymentMethodForm, MastheadForm, and PaymentMethodForm.
Definition at line 116 of file PressSettingsForm.inc.php.
References getSettings().
| PressSettingsForm.execute | ( | &$ | request | ) |
Reimplemented in MastheadForm, PaymentMethodForm, MastheadForm, and PaymentMethodForm.
Definition at line 116 of file PressSettingsForm.inc.php.
References getSettings().
| PressSettingsForm.fetch | ( | &$ | request, | |
| $ | params = null | |||
| ) |
Reimplemented in ProductionStageForm, and ProductionStageForm.
Definition at line 99 of file PressSettingsForm.inc.php.
References getWizardMode().
Referenced by fetch().
| PressSettingsForm.fetch | ( | &$ | request, | |
| $ | params = null | |||
| ) |
Reimplemented in ProductionStageForm, and ProductionStageForm.
Definition at line 99 of file PressSettingsForm.inc.php.
References fetch(), and getWizardMode().
| PressSettingsForm.getSettings | ( | ) |
Get settings array.
Definition at line 64 of file PressSettingsForm.inc.php.
Referenced by execute(), and readInputData().
| PressSettingsForm.getSettings | ( | ) |
| PressSettingsForm.getWizardMode | ( | ) |
Get if the current form is in wizard mode (hide advanced settings).
Definition at line 48 of file PressSettingsForm.inc.php.
Referenced by ContactForm.ContactForm(), and fetch().
| PressSettingsForm.getWizardMode | ( | ) |
Get if the current form is in wizard mode (hide advanced settings).
Definition at line 48 of file PressSettingsForm.inc.php.
| PressSettingsForm.initData | ( | &$ | request | ) |
| $request | Request |
Reimplemented in MastheadForm, and MastheadForm.
Definition at line 84 of file PressSettingsForm.inc.php.
| PressSettingsForm.initData | ( | &$ | request | ) |
| $request | Request |
Reimplemented in MastheadForm, and MastheadForm.
Definition at line 84 of file PressSettingsForm.inc.php.
| PressSettingsForm.PressSettingsForm | ( | $ | settings, | |
| $ | template, | |||
| $ | wizardMode | |||
| ) |
Constructor.
| $template | The form template file. | |
| $settings | An associative array with the setting names as keys and associated types as values. |
Definition at line 33 of file PressSettingsForm.inc.php.
References setSettings(), and setWizardMode().
Referenced by AffiliationForm.AffiliationForm(), AnnouncementSettingsForm.AnnouncementSettingsForm(), AppearanceForm.AppearanceForm(), ContactForm.ContactForm(), EmailTemplatesForm.EmailTemplatesForm(), GuidelinesForm.GuidelinesForm(), HomepageForm.HomepageForm(), IndexingForm.IndexingForm(), MastheadForm.MastheadForm(), PaymentMethodForm.PaymentMethodForm(), PoliciesForm.PoliciesForm(), ProductionStageForm.ProductionStageForm(), ReviewStageForm.ReviewStageForm(), SiteAccessOptionsForm.SiteAccessOptionsForm(), and SubmissionStageForm.SubmissionStageForm().
| PressSettingsForm.PressSettingsForm | ( | $ | settings, | |
| $ | template, | |||
| $ | wizardMode | |||
| ) |
Constructor.
| $template | The form template file. | |
| $settings | An associative array with the setting names as keys and associated types as values. |
Definition at line 33 of file PressSettingsForm.inc.php.
References setSettings(), and setWizardMode().
| PressSettingsForm.readInputData | ( | &$ | request | ) |
Reimplemented in PaymentMethodForm, and PaymentMethodForm.
Definition at line 92 of file PressSettingsForm.inc.php.
References getSettings().
| PressSettingsForm.readInputData | ( | &$ | request | ) |
Reimplemented in PaymentMethodForm, and PaymentMethodForm.
Definition at line 92 of file PressSettingsForm.inc.php.
References getSettings().
| PressSettingsForm.setSettings | ( | $ | settings | ) |
Set settings array.
| $settings | array |
Definition at line 72 of file PressSettingsForm.inc.php.
| PressSettingsForm.setSettings | ( | $ | settings | ) |
Set settings array.
| $settings | array |
Definition at line 72 of file PressSettingsForm.inc.php.
Referenced by PressSettingsForm().
| PressSettingsForm.setWizardMode | ( | $ | wizardMode | ) |
Set if the current form is in wizard mode (hide advanced settings).
| $wizardMode | boolean |
Definition at line 56 of file PressSettingsForm.inc.php.
| PressSettingsForm.setWizardMode | ( | $ | wizardMode | ) |
Set if the current form is in wizard mode (hide advanced settings).
| $wizardMode | boolean |
Definition at line 56 of file PressSettingsForm.inc.php.
Referenced by PressSettingsForm().
1.7.1