
Public Member Functions | |
| CmsSettingsForm (&$plugin, $journalId) | |
| execute () | |
| initData ($args) | |
| readInputData () | |
| save () | |
Public Attributes | |
| $contentManager | |
| $errors | |
Definition at line 21 of file CmsSettingsForm.inc.php.
| CmsSettingsForm.CmsSettingsForm | ( | &$ | plugin, | |
| $ | journalId | |||
| ) |
Constructor
| $journalId | int |
Definition at line 38 of file CmsSettingsForm.inc.php.
References Form.addCheck().
| CmsSettingsForm.execute | ( | ) |
Clean up and reset ToC execute is done on submit
Reimplemented from Form.
Definition at line 251 of file CmsSettingsForm.inc.php.
References $contentManager.
| CmsSettingsForm.initData | ( | $ | args | ) |
Initialize form data from current group group.
Definition at line 127 of file CmsSettingsForm.inc.php.
References $contentManager, and TemplateManager.getManager().
| CmsSettingsForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Reimplemented from Form.
Definition at line 219 of file CmsSettingsForm.inc.php.
References Form.readUserVars().
| CmsSettingsForm.save | ( | ) |
Save page - write to content file.
Definition at line 226 of file CmsSettingsForm.inc.php.
References $contentManager, Form.getData(), Request.getJournal(), and Form.setData().
| CmsSettingsForm.$contentManager |
$var content manager object
Definition at line 29 of file CmsSettingsForm.inc.php.
Referenced by execute(), initData(), and save().
| CmsSettingsForm.$errors |
$var $errors string
Definition at line 32 of file CmsSettingsForm.inc.php.
1.5.6