PHP Class FOF30\View\Engine\PhpEngine

Inheritance: extends AbstractEngine, implements FOF30\View\Engine\EngineInterface
Afficher le fichier Open project: akeeba/fof

Méthodes publiques

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

Method Details

get() public méthode

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
Résultat array Content evaluation information