TwistPHP Documentation

Builder

File path: dist/twist/Core/Models/Form/Builder.model.php
Namespace: Twist\Core\Models\Form
Extends:

Type: Model

Builder

Example Usage

<?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 List

Method Access Returns
__constructconstructvoid
idpublicvoid
methodpublicvoid
addFieldpublicvoid
addGrouppublicvoid
addGroupFieldpublicvoid
requiredFieldspublicvoid
requiredGroupspublicvoid
addFieldPrefixpublicvoid
addFieldSuffixpublicvoid
addSumbitpublicvoid
addCancelpublicvoid
saveSubmissionspublicvoid
renderpublicvoid
processSubmissionDataprotectedvoid
storeFieldprotectedvoid
updateFieldprotectedvoid
updateGroupprotectedvoid