TwistPHP Documentation

_baseViewIgnore

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

_baseViewIgnoreIgnore the base view for the current page only.

Return Values

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

Example

<?php
//Call the function _baseViewIgnore with the example vars
$resBase = new \Twist\Core\Controllers\Base();
$resBase -> _baseViewIgnore();