File path: dist/twist/Core/Utilities/View.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
extractParameters
— Explode parameters they must be set as key=value pairs comma separated. To pass a unassociated array in the values split by pipe symbol '|'
Name | Description |
---|---|
$strReference | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strReference = 'foo';
//Call the function extractParameters with the example vars
Twist::View() -> extractParameters($strReference);