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

Fonctions membres publiques

 createButton (Toolbar $toolbar, string $type)
 
 createToolbar (string $name='toolbar')
 

Description détaillée

Interface for creating toolbar objects

Depuis
4.0.0

Documentation des fonctions membres

◆ createButton()

createButton ( Toolbar  $toolbar,
string  $type 
)

Creates a new toolbar button.

Paramètres
Toolbar$toolbarThe Toolbar instance to attach to the button
string$typeButton Type
Renvoie
ToolbarButton
Depuis
4.0.0
Exceptions

◆ createToolbar()

createToolbar ( string  $name = 'toolbar')

Creates a new Toolbar object.

Paramètres
string$nameThe toolbar name.
Renvoie
Toolbar
Depuis
4.0.0

Implémenté dans ContainerAwareToolbarFactory.


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