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

Fonctions membres publiques

 createDocument (string $type='html', array $attributes=[])
 
 createRenderer (Document $document, string $type, string $docType='')
 

Description détaillée

Interface defining a factory which can create Document objects

Depuis
4.0.0

Documentation des fonctions membres

◆ createDocument()

createDocument ( string  $type = 'html',
array  $attributes = [] 
)

Creates a new Document object for the requested format.

Paramètres
string$typeThe document type to instantiate
array$attributesArray of attributes
Renvoie
Document
Depuis
4.0.0

◆ createRenderer()

createRenderer ( Document  $document,
string  $type,
string  $docType = '' 
)

Creates a new renderer object.

Paramètres
Document$documentThe Document instance to attach to the renderer
string$typeThe renderer type to instantiate
string$docTypeThe document type the renderer is part of
Renvoie
RendererInterface
Depuis
4.0.0

Implémenté dans Factory.


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