File path: dist/twist/Core/Utilities/View.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
removeUnusedTags
— Removes all tags that remain in the View after use
Name | Description |
---|---|
$strViewData | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strViewData = 'foo';
//Call the function removeUnusedTags with the example vars
Twist::View() -> removeUnusedTags($strViewData);