abstract class EngineAbstract (View source)

Constants

HELPERS

Liste des helpers

Properties

protected string $name
protected Loader $config

Methods

mixed
render(string $filename, array $data = [])

Permet de transforme le code du temple en code html

string
checkParseFile(string $filename, bool $extended = true)

Permet de verifier le fichier à parser

mixed
getName()

Permet de retourne le nom de template charge

Details

abstract mixed render(string $filename, array $data = [])

Permet de transforme le code du temple en code html

Parameters

string $filename
array $data

Return Value

mixed

protected string checkParseFile(string $filename, bool $extended = true)

Permet de verifier le fichier à parser

Parameters

string $filename
bool $extended

Return Value

string

Exceptions

ViewException

mixed getName()

Permet de retourne le nom de template charge

Return Value

mixed