FOF30\View\Compiler\CompilerInterface::compile PHP Метод

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

Compile a view template into PHP and HTML
public compile ( array $path, array $forceParams = [] ) : mixed
$path array The absolute filesystem path of the view template
$forceParams array Any parameters to force (only for engines returning raw HTML)
Результат mixed
    public function compile($path, array $forceParams = array());
CompilerInterface