Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
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() |
Définition à la ligne 19 du fichier adapterinstance.php.
JAdapterInstance::__construct | ( | JAdapter | $parent, |
JDatabaseDriver | $db, | ||
array | $options = array() |
||
) |
Constructor
JAdapter | $parent | Parent object |
JDatabaseDriver | $db | Database object |
array | $options | Configuration Options |
Définition à la ligne 46 du fichier adapterinstance.php.
Références JFactory\getDbo().
JAdapterInstance::getParent | ( | ) |
Retrieves the parent object
Définition à la ligne 65 du fichier adapterinstance.php.
|
protected |
Définition à la ligne 35 du fichier adapterinstance.php.
|
protected |
Réimplémentée dans JUpdaterCollection.
Définition à la ligne 27 du fichier adapterinstance.php.