File path: dist/twist/Core/Utilities/Route.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
baseView
— Set a path to the base view that you wish to wrap the output of the route with
Name | Description |
---|---|
[$dirViewFile = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$dirViewFile = null;
//Call the function baseView with the example vars
Twist::Route() -> baseView($dirViewFile);