File path: dist/twist/Core/Utilities/View.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
processTag
— Process each individual tag from the View one by one
Name | Description |
---|---|
$strRawView | n/a |
$strTag | n/a |
[$arrData = array()] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strRawView = 'foo';
$strTag = 'foo';
$arrData = array();
//Call the function processTag with the example vars
Twist::View() -> processTag($strRawView, $strTag, $arrData);