File path: dist/twist/Core/Controllers/Base.controller.php
Namespace: Twist\Core\Controllers
_baseView
— Over-ride the base view for the current page only.
Name | Description |
---|---|
[$mxdBaseView = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$mxdBaseView = null;
//Call the function _baseView with the example vars
$resBase = new \Twist\Core\Controllers\Base();
$resBase -> _baseView($mxdBaseView);