PHP Class FOF30\View\Engine\PhpEngine

Inheritance: extends AbstractEngine, implements FOF30\View\Engine\EngineInterface
Datei anzeigen Open project: akeeba/fof

Public Methods

Method Description
get ( string $path, array $forceParams = [] ) : array Get the evaluated contents of the view template.

Method Details

get() public method

Get the evaluated contents of the view template.
public get ( string $path, array $forceParams = [] ) : array
$path string The path to the view template
$forceParams array Any additional information to pass to the view template engine
return array Content evaluation information