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