Method | Description | |
---|---|---|
compile ( string $template, array $variables, callable $filter = null ) : string | Compiles a template with variables. |
Method | Description | |
---|---|---|
_compileFunction ( array $variables, callable | null $filter ) : Closure | Returns a function used to replace variables by values. |