TwistPHP Documentation

updateGroup

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

updateGroup

Parameters

Name Type Description
$mxdGroupIDmixedn/a
$strKeystringn/a
$strValuestringn/a

Return Values

void — No return information has been documented for this function.

Example

<?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);