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é
|
Fonctions membres publiques | |
__construct ($basepath, $classprefix=null, $adapterfolder=null) | |
getDbo () | |
getAdapter ($name, $options=array()) | |
setAdapter ($name, &$adapter=null, $options=array()) | |
loadAllAdapters ($options=array()) | |
Fonctions membres publiques hérités de CMSObject | |
__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 | |
$_adapters = array() | |
$_adapterfolder = 'adapters' | |
$_classprefix = 'J' | |
$_basepath = null | |
$_db | |
Attributs protégés hérités de CMSObject | |
$_errors = array() | |
Adapter Class Retains common adapter pattern functions Class harvested from joomla.installer.installer
Constructor
string | $basepath | Base Path of the adapters |
string | $classprefix | Class prefix of adapters |
string | $adapterfolder | Name of folder to append to base path |
getAdapter | ( | $name, | |
$options = array() |
|||
) |
getDbo | ( | ) |
Get the database connector object
loadAllAdapters | ( | $options = array() | ) |
setAdapter | ( | $name, | |
& | $adapter = null , |
||
$options = array() |
|||
) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |