TwistPHP Documentation

_baseView

File path: dist/twist/Core/Controllers/Base.controller.php
Namespace: Twist\Core\Controllers
Extends:

_baseViewOver-ride the base view for the current page only.

Parameters

Name Type Description
[$mxdBaseView = null]mixedn/a

Return Values

void — No return information has been documented for this function.

Example

<?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);