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é
Référence de la classe Associations

Fonctions membres publiques statiques

static getAssociations ($extension, $tablename, $context, $id, $pk='id', $aliasField='alias', $catField='catid', $advClause=array())
 
static isEnabled ()
 

Description détaillée

Utility class for associations in multilang

Depuis
3.1

Documentation des fonctions membres

◆ getAssociations()

static getAssociations (   $extension,
  $tablename,
  $context,
  $id,
  $pk = 'id',
  $aliasField = 'alias',
  $catField = 'catid',
  $advClause = array() 
)
static

Get the associations.

Paramètres
string$extensionThe name of the component.
string$tablenameThe name of the table.
string$contextThe context
integer$idThe primary key value.
string$pkThe name of the primary key in the given $table.
string$aliasFieldIf the table has an alias field set it here. Null to not use it
string$catFieldIf the table has a catid field set it here. Null to not use it
array$advClauseAdditional advanced 'where' clause; use c as parent column key, c2 as associations column key
Renvoie
array The associated items
Depuis
3.1
Exceptions

Références $context, $db, $extension, $id, $item, $items, et $query.

◆ isEnabled()

static isEnabled ( )
static

Method to determine if the language filter Associations parameter is enabled. This works for both site and administrator.

Renvoie
boolean True if the parameter is implemented; false otherwise.
Depuis
3.2

Références $enabled, $params, et Multilanguage\isEnabled().


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