|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| __construct ($contextId, $typeId=null) | |
| execute (... $functionArgs) | |
| fetch ($request, $template='controllers/grid/announcements/form/announcementTypeForm.tpl', $display=false) | |
| getLocaleFieldNames () | |
| initData () | |
| readInputData () | |
Public Member Functions inherited from Form | |
| __construct ($template=null, $callHooks=true, $requiredLocale=null, $supportedLocales=null) | |
| _decomposeArray ($name, $value, $stack) | |
| addCheck ($formValidator) | |
| addError ($field, $message) | |
| addErrorField ($field) | |
| addSupportedFormLocale ($supportedLocale) | |
| display ($request=null, $template=null) | |
| getData ($key) | |
| getDefaultFormLocale () | |
| getErrorsArray () | |
| getRequiredLocale () | |
| getTemplate () | |
| isValid () | |
| readUserVars ($vars) | |
| setData ($key, $value=null) | |
| setDefaultFormLocale ($defaultLocale) | |
| setTemplate ($template) | |
| validate ($callHooks=true) | |
Data Fields | |
| $contextId | |
| $typeId | |
Data Fields inherited from Form | |
| $_checks | |
| $_data | |
| $_errors | |
| $_template | |
| $cssValidation | |
| $defaultLocale | |
| $errorFields | |
| $errorsArray | |
| $formSectionErrors | |
| $requiredLocale | |
| $supportedLocales | |
Form for manager to create/edit announcement types.
Definition at line 20 of file AnnouncementTypeForm.inc.php.
| AnnouncementTypeForm::__construct | ( | $contextId, | |
$typeId = null |
|||
| ) |
Constructor
| $contextId | int Context ID |
| $typeId | int leave as default for new announcement type |
Definition at line 38 of file AnnouncementTypeForm.inc.php.
References $contextId, $typeId, and Form\addCheck().
| AnnouncementTypeForm::execute | ( | $functionArgs | ) |
Execute the form's action. (Note that it is assumed that the form has already been validated.)
| mixed | $functionArgs,... | Arguments from the caller to be passed to the hook consumer |
Reimplemented from Form.
Definition at line 99 of file AnnouncementTypeForm.inc.php.
References Application\getContextAssocType(), DAORegistry\getDAO(), and Form\getData().
| AnnouncementTypeForm::fetch | ( | $request, | |
$template = 'controllers/grid/announcements/form/announcementTypeForm.tpl', |
|||
$display = false |
|||
| ) |
Returns a string of the rendered form
| $request | PKPRequest |
| $template | string the template to be rendered, mandatory if no template has been specified on class instantiation. |
| $display | boolean |
Reimplemented from Form.
Definition at line 63 of file AnnouncementTypeForm.inc.php.
References PKPTemplateManager\getManager().
| AnnouncementTypeForm::getLocaleFieldNames | ( | ) |
Get a list of localized field names for this form
Reimplemented from Form.
Definition at line 55 of file AnnouncementTypeForm.inc.php.
References DAORegistry\getDAO().
| AnnouncementTypeForm::initData | ( | ) |
Initialize form data from current announcement type.
Reimplemented from Form.
Definition at line 72 of file AnnouncementTypeForm.inc.php.
References DAORegistry\getDAO().
| AnnouncementTypeForm::readInputData | ( | ) |
Assign form data to user-submitted data.
Reimplemented from Form.
Definition at line 91 of file AnnouncementTypeForm.inc.php.
References Form\readUserVars().
| int AnnouncementTypeForm::$contextId |
| typeId AnnouncementTypeForm::$typeId |
int the ID of the announcement type being edited
Definition at line 31 of file AnnouncementTypeForm.inc.php.
Referenced by __construct().