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