|
Open Journal Systems
3.3.0
|
Additional Inherited Members | |
Public Member Functions inherited from PKPAuthorForm | |
| __construct ($publication, $author) | |
| execute (... $functionParams) | |
| fetch ($request, $template=null, $display=false) | |
| getAuthor () | |
| getPublication () | |
| initData () | |
| readInputData () | |
| setAuthor ($author) | |
| setPublication ($publication) | |
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 () | |
| getLocaleFieldNames () | |
| getRequiredLocale () | |
| getTemplate () | |
| isValid () | |
| readUserVars ($vars) | |
| setData ($key, $value=null) | |
| setDefaultFormLocale ($defaultLocale) | |
| setTemplate ($template) | |
| validate ($callHooks=true) | |
Data Fields inherited from PKPAuthorForm | |
| $_author | |
| $_publication | |
Data Fields inherited from Form | |
| $_checks | |
| $_data | |
| $_errors | |
| $_template | |
| $cssValidation | |
| $defaultLocale | |
| $errorFields | |
| $errorsArray | |
| $formSectionErrors | |
| $requiredLocale | |
| $supportedLocales | |
Form for adding/editing a author.
Definition at line 18 of file AuthorForm.inc.php.