TwistPHP Documentation

get

File path: dist/twist/Core/Utilities/Form.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

get

Parameters

Name Type Description
$intFormIDintegern/a

Return Values

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

Example

<?php
//Set the variables for the example
$intFormID 124;

//Call the function get with the example vars
Twist::Form() -> get($intFormID);