Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JButtonHelp
+ Graphe d'héritage de JButtonHelp:
+ Graphe de collaboration de JButtonHelp:

Liste de tous les membres

Fonctions membres publiques

 fetchButton ($type= 'Help', $ref= '', $com=false, $override=null, $component=null)
 fetchId ()
- Fonctions membres publiques inherited from JButton
 __construct ($parent=null)
 getName ()
 render (&$definition)
 fetchIconClass ($identifier)
 fetchButton ()
- Fonctions membres publiques inherited from JObject
 __toString ()
 def ($property, $default=null)
 get ($property, $default=null)
 getProperties ($public=true)
 getError ($i=null, $toString=true)
 getErrors ()
 set ($property, $value=null)
 setProperties ($properties)
 setError ($error)
 toString ()

Fonctions membres protégées

 _getCommand ($ref, $com, $override, $component)

Attributs protégés

 $_name = 'Help'
- Attributs protégés inherited from JButton
 $_parent = null
- Attributs protégés inherited from JObject
 $_errors = array()

Documentation des fonctions membres

JButtonHelp::_getCommand (   $ref,
  $com,
  $override,
  $component 
)
protected

Get the JavaScript command for the button

Paramètres:
string$refThe name of the help screen (its key reference).
boolean$comUse the help file in the component directory.
string$overrideUse this URL instead of any other.
string$componentName of component to get Help (null for current component)
Renvoie:
string JavaScript command string
Depuis:
11.1

Références $cmd, $url, JText\_(), JHelp\createURL(), ENT_QUOTES, et jimport().

+ Voici le graphe d'appel pour cette fonction :

JButtonHelp::fetchButton (   $type = 'Help',
  $ref = '',
  $com = false,
  $override = null,
  $component = null 
)

Fetches the button HTML code.

Paramètres:
string$typeUnused string.
string$refThe name of the help screen (its key reference).
boolean$comUse the help file in the component directory.
string$overrideUse this URL instead of any other.
string$componentName of component to get Help (null for current component)
Renvoie:
string
Depuis:
11.1

Références $class, $html, $text, et JText\_().

+ Voici le graphe d'appel pour cette fonction :

JButtonHelp::fetchId ( )

Get the button id

Redefined from JButton class

Renvoie:
string Button CSS Id
Depuis:
11.1

Documentation des données membres

JButtonHelp::$_name = 'Help'
protected

Réimplémentée à partir de JButton.


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