File path: dist/twist/Core/Utilities/View.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
get
— Get the raw View data form the View file
Name | Description |
---|---|
$strView | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strView = 'foo';
//Call the function get with the example vars
Twist::View() -> get($strView);