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