TwistPHP Documentation

method

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

method

Parameters

Name Type Description
$strMethodstringn/a

Return Values

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

Example

<?php
//Set the variables for the example
$strMethod 'foo';

//Call the function method with the example vars
$resBuilder = new \Twist\Core\Models\Form\Builder();
$resBuilder -> method($strMethod);