TwistPHP Documentation

baseViewIgnore

File path: dist/twist/Core/Utilities/Route.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

baseViewIgnoreDisable the use of the base view for this page (can be called during the processing of the page)

Return Values

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

Example

<?php
//Call the function baseViewIgnore with the example vars
Twist::Route() -> baseViewIgnore();