File path: dist/twist/Core/Utilities/View.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
replace
— Replace tags in raw View data with the array of tags supplied
Name | Description |
---|---|
$strRawViewData | n/a |
[$arrViewTags = null] | n/a |
[$blRemoveUnusedTags = false] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strRawViewData = 'foo';
$arrViewTags = null;
$blRemoveUnusedTags = false;
//Call the function replace with the example vars
Twist::View() -> replace($strRawViewData, $arrViewTags, $blRemoveUnusedTags);