File path: dist/twist/Core/Utilities/View.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
parseViewPath
—
Name | Description |
---|---|
$dirView | n/a |
void — No return information has been documented for this function.
<?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);