TwistPHP Documentation

addGroup

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

addGroup

Parameters

Name Type Description
$strGroupNamestringn/a
$mxdGroupIDmixedn/a

Return Values

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

Example

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