Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe CustomButton
+ Graphe d'héritage de CustomButton:

Fonctions membres publiques

 fetchButton ($type='Custom', $html='', $id='custom')
 
 fetchId ($type='Custom', $html='', $id='custom')
 
- Fonctions membres publiques hérités de ToolbarButton
 __construct ($parent=null)
 
 getName ()
 
 render (&$definition)
 
 fetchIconClass ($identifier)
 
 fetchButton ()
 

Attributs protégés

 $_name = 'Custom'
 
- Attributs protégés hérités de ToolbarButton
 $_name = null
 
 $_parent = null
 

Description détaillée

Renders a custom button

Depuis
3.0

Documentation des fonctions membres

◆ fetchButton()

fetchButton (   $type = 'Custom',
  $html = '',
  $id = 'custom' 
)

Fetch the HTML for the button

Paramètres
string$typeButton type, unused string.
string$htmlHTML string for the button
string$idCSS id for the button
Renvoie
string HTML string for the button
Depuis
3.0

Références $html.

◆ fetchId()

fetchId (   $type = 'Custom',
  $html = '',
  $id = 'custom' 
)

Get the button CSS Id

Paramètres
string$typeNot used.
string$htmlNot used.
string$idThe id prefix for the button.
Renvoie
string Button CSS Id
Depuis
3.0

Références $id.

Documentation des champs

◆ $_name

$_name = 'Custom'
protected

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