Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
createDocument (string $type='html', array $attributes=[]) | |
createRenderer (Document $document, string $type, string $docType='') | |
Interface defining a factory which can create Document objects
createDocument | ( | string | $type = 'html' , |
array | $attributes = [] |
||
) |
createRenderer | ( | Document | $document, |
string | $type, | ||
string | $docType = '' |
||
) |
Creates a new renderer object.
Document | $document | The Document instance to attach to the renderer |
string | $type | The renderer type to instantiate |
string | $docType | The document type the renderer is part of |
Implémenté dans Factory.