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 JHtmlRules

Liste de tous les membres

Fonctions membres publiques statiques

static assetFormWidget ($actions, $assetId=null, $parent=null, $control= 'jform[rules]', $idPrefix= 'jform_rules')

Fonctions membres protégées statiques

static _getParentAssetId ($assetId)
static _getUserGroups ()
static _getImagesArray ()

Documentation des fonctions membres

static JHtmlRules::_getImagesArray ( )
staticprotected

Get the array of images associate with specific permissions

Renvoie:
array An associative array of permissions and images
Depuis:
11.1

Références $images, et JText\_().

+ Voici le graphe d'appel pour cette fonction :

static JHtmlRules::_getParentAssetId (   $assetId)
staticprotected

Get the id of the parent asset

Paramètres:
integer$assetIdThe asset for which the parentid will be returned
Renvoie:
integer The id of the parent asset
Depuis:
11.1

Références $assetId, $db, et $query.

static JHtmlRules::_getUserGroups ( )
staticprotected

Get the user groups

Renvoie:
array Array of user groups
Depuis:
11.1

Références $db, et $options.

static JHtmlRules::assetFormWidget (   $actions,
  $assetId = null,
  $parent = null,
  $control = 'jform[rules]',
  $idPrefix = 'jform_rules' 
)
static

Creates the HTML for the permissions widget

Paramètres:
array$actionsArray of action objects
integer$assetIdId of a specific asset to create a widget for.
integer$parentId of the parent of the asset
string$controlThe form control
string$idPrefixPrefix for the ids assigned to specific action-group pairs
Renvoie:
string HTML for the permissions widget
Depuis:
11.1
Voir également:
JAccess
JFormFieldRules

Références $assetId, $html, $i, $images, JHtml\_(), JText\_(), JAccess\getAssetRules(), null, et JText\sprintf().

+ Voici le graphe d'appel pour cette fonction :


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