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 JHtmlAccess

Liste de tous les membres

Fonctions membres publiques statiques

static level ($name, $selected, $attribs= '', $params=true, $id=false)
static usergroup ($name, $selected, $attribs= '', $allowAll=true)
static usergroups ($name, $selected, $checkSuperAdmin=false)
static actions ($name, $selected, $component, $section= 'global')
static assetgroups ($config=array())
static assetgrouplist ($name, $selected, $attribs=null, $config=array())

Attributs protégés statiques

static $asset_groups = null

Documentation des fonctions membres

static JHtmlAccess::actions (   $name,
  $selected,
  $component,
  $section = 'global' 
)
static

Returns a UL list of actions with check boxes

Paramètres:
string$nameThe name of the checkbox controls array
array$selectedAn array of the checked boxes
string$componentThe component the permissions apply to
string$sectionThe section (within a component) the permissions apply to
Renvoie:
string
Voir également:
JAccess
Depuis:
11.1

Références $count, $html, $i, $item, $n, $name, JText\_(), et JAccess\getActions().

+ Voici le graphe d'appel pour cette fonction :

static JHtmlAccess::assetgrouplist (   $name,
  $selected,
  $attribs = null,
  $config = array() 
)
static

Displays a Select list of the available asset groups

Paramètres:
string$nameThe name of the select element
mixed$selectedThe selected asset group id
string$attribsOptional attributes for the select field
array$configAn array of options for the control
Renvoie:
mixed An HTML string or null if an error occurs
Depuis:
11.1

Références $attribs, $config, $count, $name, $options, JHtml\_(), et assetgroups().

+ Voici le graphe d'appel pour cette fonction :

static JHtmlAccess::assetgroups (   $config = array())
static

Gets a list of the asset groups as an array of JHtml compatible options.

Paramètres:
array$configAn array of options for the options
Renvoie:
mixed An array or false if an error occurs
Depuis:
11.1

Références $asset_groups, $db, $query, JFactory\getDbo(), et JError\raiseNotice().

Référencé par assetgrouplist().

+ Voici le graphe d'appel pour cette fonction :

+ Voici le graphe des appelants de cette fonction :

static JHtmlAccess::level (   $name,
  $selected,
  $attribs = '',
  $params = true,
  $id = false 
)
static

Displays a list of the available access view levels

Paramètres:
string$nameThe form field name.
string$selectedThe name of the selected section.
string$attribsAdditional attributes to add to the select field.
mixed$paramsTrue to add "All Sections" option or and array of options
string$idThe form field id
Renvoie:
string The required HTML for the SELECT tag.
Depuis:
11.1
Voir également:
JFormFieldAccessLevel

Références $attribs, $db, $id, $name, $options, $params, $query, JHtml\_(), JText\_(), elseif, JFactory\getDbo(), null, et JError\raiseWarning().

+ Voici le graphe d'appel pour cette fonction :

static JHtmlAccess::usergroup (   $name,
  $selected,
  $attribs = '',
  $allowAll = true 
)
static

Displays a list of the available user groups.

Paramètres:
string$nameThe form field name.
string$selectedThe name of the selected section.
string$attribsAdditional attributes to add to the select field.
boolean$allowAllTrue to add "All Groups" option.
Renvoie:
string The required HTML for the SELECT tag.
Voir également:
JFormFieldUsergroup
Depuis:
11.1

Références $attribs, $db, $i, $n, $name, $options, $query, JHtml\_(), JText\_(), JFactory\getDbo(), null, et JError\raiseNotice().

+ Voici le graphe d'appel pour cette fonction :

static JHtmlAccess::usergroups (   $name,
  $selected,
  $checkSuperAdmin = false 
)
static

Returns a UL list of user groups with check boxes

Paramètres:
string$nameThe name of the checkbox controls array
array$selectedAn array of the checked boxes
boolean$checkSuperAdminIf false only super admins can add to super admin groups
Renvoie:
string
Depuis:
11.1

Références $count, $db, $html, $i, $item, $n, $name, $query, JAccess\checkGroup(), JFactory\getDbo(), JFactory\getUser(), null, et JError\raiseNotice().

+ Voici le graphe d'appel pour cette fonction :


Documentation des données membres

JHtmlAccess::$asset_groups = null
staticprotected

Référencé par assetgroups().


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