FOF30\View\Engine\EngineInterface::get PHP Метод

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 ['type' => 'raw|path', 'content' => 'path or raw content']
    public function get($path, array $forceParams = array());
EngineInterface