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 FOFConfigDomainTables
+ Graphe d'héritage de FOFConfigDomainTables:

Fonctions membres publiques

 parseDomain (SimpleXMLElement $xml, array &$ret)
 
 get (&$configuration, $var, $default)
 

Fonctions membres protégées

 getField ($table, &$configuration, $params, $default='')
 
 getTablealias ($table, &$configuration, $params, $default='')
 
 getBehaviors ($table, &$configuration, $params, $default='')
 
 getRelations ($table, &$configuration, $params, $default='')
 

Documentation des fonctions membres

◆ get()

get ( $configuration,
  $var,
  $default 
)

Return a configuration variable

Paramètres
string&$configurationConfiguration variables (hashed array)
string$varThe variable we want to fetch
mixed$defaultDefault value
Renvoie
mixed The variable's value

Implémente FOFConfigDomainInterface.

Références $default, $parts, et $view.

◆ getBehaviors()

getBehaviors (   $table,
$configuration,
  $params,
  $default = '' 
)
protected

Internal method to get table behaviours

Paramètres
string$tableThe table for which we will be fetching table alias
array&$configurationThe configuration parameters hash array
array$paramsExtra options; key 0 defines the table we want to fetch
string$defaultDefault table alias
Renvoie
string Table behaviours

Références $default.

◆ getField()

getField (   $table,
$configuration,
  $params,
  $default = '' 
)
protected

Internal method to return the magic field mapping

Paramètres
string$tableThe table for which we will be fetching a field map
array&$configurationThe configuration parameters hash array
array$paramsExtra options; key 0 defines the table we want to fetch
string$defaultDefault magic field mapping; empty if not defined
Renvoie
array Field map

Références $default, $params, et elseif.

◆ getRelations()

getRelations (   $table,
$configuration,
  $params,
  $default = '' 
)
protected

Internal method to get table relations

Paramètres
string$tableThe table for which we will be fetching table alias
array&$configurationThe configuration parameters hash array
array$paramsExtra options; key 0 defines the table we want to fetch
string$defaultDefault table alias
Renvoie
array Table relations

Références $default.

◆ getTablealias()

getTablealias (   $table,
$configuration,
  $params,
  $default = '' 
)
protected

Internal method to get table alias

Paramètres
string$tableThe table for which we will be fetching table alias
array&$configurationThe configuration parameters hash array
array$paramsExtra options; key 0 defines the table we want to fetch
string$defaultDefault table alias
Renvoie
string Table alias

Références $default.

◆ parseDomain()

parseDomain ( SimpleXMLElement  $xml,
array &  $ret 
)

Parse the XML data, adding them to the $ret array

Paramètres
SimpleXMLElement$xmlThe XML data of the component's configuration area
array&$retThe parsed data, in the form of a hash array
Renvoie
void

Implémente FOFConfigDomainInterface.

Références $default, $field, $key, $type, et null.


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