Class Form extends Hybrid
Inheritance:
- System
 - Controller
 - Frontend
 - Hybrid
 - Form
 
/system/modules/frontend/Form.php line 40
  Automatically extracted PHP DOC comment from code: END OF PHP DOC 
 Class Form
 Provide methods to handle front end forms.
Methods
- protected compile() overrides Hybrid::compile()
 - protected getMaxFileSize()
 - protected initializeSession(string $formId)
 - protected processFormData(array $arrSubmitted)
 - public generate() overrides Hybrid::generate()
 
Properties
- protected array $arrData
 - protected string $strKey
 - protected string $strTable
 - protected string $strTemplate
 

Add a comment