PHP Класс FOF30\View\Engine\PhpEngine

Наследование: extends AbstractEngine, implements FOF30\View\Engine\EngineInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
get ( string $path, array $forceParams = [] ) : array Get the evaluated contents of the view template.

Описание методов

get() публичный Метод

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
Результат array Content evaluation information