TwistPHP Documentation

id

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

id

Parameters

Name Type Description
$mxdUIDmixedn/a

Return Values

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

Example

<?php
//Set the variables for the example
$mxdUID 'foo-123';

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