EngineAbstract
abstract classe EngineAbstract (Voir la source)
Constantes
| HELPERS |
The helper lists |
Propriétés
| protected string | $name | The template engine name |
|
| protected Loader | $config | The configuration loader |
Méthodes
mixed
render(string $filename, array $data = [])
Make template rendering
string
checkParseFile(string $filename, bool $extended = true)
Check the parsed file
mixed
getName()
Get the engine name
Détails
abstract mixed
render(string $filename, array $data = [])
Make template rendering
protected string
checkParseFile(string $filename, bool $extended = true)
Check the parsed file
mixed
getName()
Get the engine name