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