File path: dist/twist/Core/Models/Form/Builder.model.php
Namespace: Twist\Core\Models\Form
updateGroup
—
Name | Description |
---|---|
$mxdGroupID | 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
$mxdGroupID = 'foo-123';
$strKey = 'foo';
$strValue = 'foo';
//Call the function updateGroup with the example vars
$resBuilder = new \Twist\Core\Models\Form\Builder();
$resBuilder -> updateGroup($mxdGroupID, $strKey, $strValue);