Свойство | Тип | Описание | |
---|---|---|---|
$arrFormUsages | array | Form usages during same request | |
$objModel | Model | ||
$strKey | string | Key | |
$strTable | string | Table | |
$strTemplate | string | Template |
Метод | Описание | |
---|---|---|
generate ( ) : string | Remove name attributes in the back end so the form is not validated |
Метод | Описание | |
---|---|---|
compile ( ) : string | Generate the form | |
getMaxFileSize ( ) : integer | Get the maximum file size that is allowed for file uploads | |
initializeSession ( string $formId ) | Initialize the form in the current session | |
processFormData ( array $arrSubmitted, array $arrLabels, array $arrFields ) | Process form data, store it in the session and redirect to the jumpTo page |
protected getMaxFileSize ( ) : integer | ||
Результат | integer |
protected initializeSession ( string $formId ) | ||
$formId | string |
protected static array $arrFormUsages | ||
Результат | array |