FOF30\View\Compiler\CompilerInterface::compile PHP Method

compile() public method

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)
return mixed
    public function compile($path, array $forceParams = array());
CompilerInterface