PHPEngine
classe PHPEngine étends EngineAbstract (Voir la source)
Constantes
HELPERS |
The helper lists |
Propriétés
protected string | $name | The engine name |
|
protected Loader | $config | The configuration loader |
depuis EngineAbstract |
Méthodes
mixed
render(string $filename, array $data = [])
Make template rendering
string
checkParseFile(string $filename, bool $extended = true)
Check the parsed file
depuis
EngineAbstract
void
Détails
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
void
__construct(Loader $config)
PHPEngine constructor.