TwistPHP Documentation

get

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

getGet the raw View data form the View file

Parameters

Name Type Description
$strViewstringn/a

Return Values

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

Example

<?php
//Set the variables for the example
$strView 'foo';

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