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

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

Защищенные свойства (Protected)

Свойство Тип Описание
$view The view we belong to

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

Метод Описание
__construct ( View $view ) Public constructor
get ( string $path, array $forceParams = [] ) : array Get the include path for a parsed view template

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

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

Public constructor
public __construct ( View $view )
$view FOF30\View\View The view we belong to

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

Get the include path for a parsed 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

Описание свойств

$view защищенное свойство

The view we belong to
protected $view