TwistPHP Documentation

getParameters

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

getParametersGet the parameters passed in after the element file. These must be comma separated.

Return Values

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

Example

<?php
//Call the function getParameters with the example vars
Twist::View() -> getParameters();