File path: dist/twist/Core/Utilities/View.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
condition
— Run the logical comparison between to sets of data
Name | Description |
---|---|
$mxdValue1 | n/a |
$strCondition | n/a |
$mxdValue2 | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$mxdValue1 = 'foo-123';
$strCondition = 'foo';
$mxdValue2 = 'foo-123';
//Call the function condition with the example vars
Twist::View() -> condition($mxdValue1, $strCondition, $mxdValue2);