File path: dist/twist/Core/Models/Form/Builder.model.php
Namespace: Twist\Core\Models\Form
updateField
—
Name | Description |
---|---|
$strName | n/a |
$strKey | n/a |
$strValue | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strName = 'foo';
$strKey = 'foo';
$strValue = 'foo';
//Call the function updateField with the example vars
$resBuilder = new \Twist\Core\Models\Form\Builder();
$resBuilder -> updateField($strName, $strKey, $strValue);