File path: dist/twist/Core/Models/Form/Builder.model.php
Namespace: Twist\Core\Models\Form
Type: Model
Builder
—
<?php
//Set the variables for the example
$strMethod = 'foo';
//Call the function method with the example vars
$resBuilder = new \Twist\Core\Models\Form\Builder();
$resBuilder -> method($strMethod);
Method | Access | Returns |
---|---|---|
__construct | construct | void |
id | public | void |
method | public | void |
addField | public | void |
addGroup | public | void |
addGroupField | public | void |
requiredFields | public | void |
requiredGroups | public | void |
addFieldPrefix | public | void |
addFieldSuffix | public | void |
addSumbit | public | void |
addCancel | public | void |
saveSubmissions | public | void |
render | public | void |
processSubmissionData | protected | void |
storeField | protected | void |
updateField | protected | void |
updateGroup | protected | void |