File path: dist/twist/Core/Utilities/View.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
setDirectory
— Set the View directory to default or provide a new directory
Name | Description |
---|---|
[$dirCustomViews = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$dirCustomViews = null;
//Call the function setDirectory with the example vars
Twist::View() -> setDirectory($dirCustomViews);