TwistPHP Documentation

parseViewPath

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

parseViewPath

Parameters

Name Type Description
$dirViewstringn/a

Return Values

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

Example

<?php
//Set the variables for the example
$dirView '/home/user/public_html/twist';

//Call the function parseViewPath with the example vars
Twist::View() -> parseViewPath($dirView);