Joomla Platform  13.1
Documentation des API du framework Joomla Platform
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JAdapterInstance
+ Graphe d'héritage de JAdapterInstance:
+ Graphe de collaboration de JAdapterInstance:

Liste de tous les membres

Fonctions membres publiques

 __construct (JAdapter $parent, JDatabaseDriver $db, array $options=array())
 getParent ()
- Fonctions membres publiques inherited from JObject
 __construct ($properties=null)
 __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)

Attributs protégés

 $parent = null
 $db = null
- Attributs protégés inherited from JObject
 $_errors = array()

Description détaillée

Définition à la ligne 19 du fichier adapterinstance.php.


Documentation des constructeurs et destructeur

JAdapterInstance::__construct ( JAdapter  $parent,
JDatabaseDriver  $db,
array  $options = array() 
)

Constructor

Paramètres:
JAdapter$parentParent object
JDatabaseDriver$dbDatabase object
array$optionsConfiguration Options
Depuis:
11.1

Définition à la ligne 46 du fichier adapterinstance.php.

Références JFactory\getDbo().

{
// Set the properties from the options array that is passed in
$this->setProperties($options);
// Set the parent and db in case $options for some reason overrides it.
$this->parent = $parent;
// Pull in the global dbo in case something happened to it.
$this->db = $db ?: JFactory::getDbo();
}

+ Voici le graphe d'appel pour cette fonction :


Documentation des fonctions membres

JAdapterInstance::getParent ( )

Retrieves the parent object

Renvoie:
JAdapter parent
Depuis:
11.1

Définition à la ligne 65 du fichier adapterinstance.php.

{
return $this->parent;
}

Documentation des données membres

JAdapterInstance::$db = null
protected

Définition à la ligne 35 du fichier adapterinstance.php.

JAdapterInstance::$parent = null
protected

Réimplémentée dans JUpdaterCollection.

Définition à la ligne 27 du fichier adapterinstance.php.


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