Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface RendererInterface
+ Graphe d'héritage de RendererInterface:

Fonctions membres publiques

 getDocument ()
 
 render (\Throwable $error)
 

Description détaillée

Interface defining the rendering engine for the error handling layer

Depuis
4.0.0

Documentation des fonctions membres

◆ getDocument()

getDocument ( )

Retrieve the Document instance attached to this renderer

Renvoie
Document
Depuis
4.0.0

Implémenté dans AbstractRenderer.

◆ render()

render ( \Throwable  $error)

Render the error page for the given object

Paramètres
\Throwable$errorThe error object to be rendered
Renvoie
string
Depuis
4.0.0

Implémenté dans JsonapiRenderer, HtmlRenderer, JsonRenderer, JsonRenderer, CliRenderer, et XmlRenderer.


La documentation de cette interface a été générée à partir du fichier suivant :