File path: dist/twist/Core/Utilities/View.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
detectType
— Detect and correct the type of the inputs contents
Name | Description |
---|---|
$mxdValue | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$mxdValue = 'foo-123';
//Call the function detectType with the example vars
Twist::View() -> detectType($mxdValue);