File path: dist/twist/Core/Controllers/Base.controller.php
Namespace: Twist\Core\Controllers
_render
—
Name | Description |
---|---|
$dirView | 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
$dirView = '/home/user/public_html/twist';
$arrViewTags = null;
$blRemoveUnusedTags = false;
//Call the function _render with the example vars
$resBase = new \Twist\Core\Controllers\Base();
$resBase -> _render($dirView, $arrViewTags, $blRemoveUnusedTags);