View
class View implements ResponseInterface (View source)
Methods
static View
getInstance()
Permet de créer et retourner une instance de View
getTemplate()
Permet de récuperer l'instance du template
cachable(bool $cachabled)
Set the availability of caching system
setExtension(string $extension)
No description
static bool
pushEngine($name, $engine)
Ajouter un moteur de template
string
getContent()
Get rendering content
string
sendContent()
Send Response
string
__toString()
__toString
static mixed
__callStatic($name, $arguments)
No description
mixed
__call(string $method, array $arguments)
__call
Details
__construct(Loader $config)
View constructor.
static
configure(Loader $config)
Permet de configurer la classe
static View
getInstance()
Permet de créer et retourner une instance de View
static View
parse(string $viewname, array $data = [])
Permet de faire le rendu d'une vue
EngineAbstract
getTemplate()
Permet de récuperer l'instance du template
View
setEngine(string $engine)
Set Engine
cachable(bool $cachabled)
Set the availability of caching system
View
setExtension(string $extension)
No description
static bool
pushEngine($name, $engine)
Ajouter un moteur de template
string
getContent()
Get rendering content
string
sendContent()
Send Response
string
__toString()
__toString
static mixed
__callStatic($name, $arguments)
No description
mixed
__call(string $method, array $arguments)
__call