$view : string
The name of the view.
$data : array
The array of view data.
$path : string
The path to the view file.
$TemplateEngine :
An fucking instance of the goddamn templateEngine
__construct( $view = null, $data = array())
render() : string
Get the string contents of the view.
assignData( $data)
validateViewName( $view)
getPathFromConfig( $config)