Compile handlebars template into PHP code.
public static compile ( string $template, array\array |
||
$template | string | handlebars template string |
$options | array\array |
|
Результат | string | false | Compiled PHP code when successed. If error happened and compile failed, return false. |