Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
setup ($options) | |
checkTestingSampledata ($db) | |
createConfiguration ($options) | |
Fonctions membres publiques hérités de BaseInstallationModel | |
__construct ($config=array(), MVCFactoryInterface $factory=null) | |
Fonctions membres publiques hérités de BaseDatabaseModel | |
__construct ($config=array(), MVCFactoryInterface $factory=null) | |
getTable ($name='', $prefix='', $options=array()) | |
isCheckedOut ($item) | |
getDbo () | |
setDbo (DatabaseInterface $db=null) | |
__get ($name) | |
Fonctions membres publiques hérités de BaseModel | |
__construct ($config=array()) | |
getName () | |
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) | |
Fonctions membres publiques hérités de StatefulModelInterface | |
getState ($property=null, $default=null) | |
setState ($property, $value=null) | |
Fonctions membres publiques hérités de DispatcherAwareInterface | |
setDispatcher (DispatcherInterface $dispatcher) | |
Fonctions membres publiques hérités de CurrentUserInterface | |
setCurrentUser (User $currentUser) | |
Fonctions membres publiques hérités de CacheControllerFactoryAwareInterface | |
setCacheControllerFactory (CacheControllerFactoryInterface $factory) | |
Fonctions membres publiques hérités de DatabaseAwareInterface | |
setDatabase (DatabaseInterface $db) | |
Fonctions membres publiques statiques | |
static | getUserId () |
static | resetRandUserId () |
Fonctions membres publiques statiques hérités de BaseModel | |
static | addIncludePath ($path='', $prefix='') |
Fonctions membres protégées | |
updateUserIds ($db) | |
Fonctions membres protégées hérités de BaseDatabaseModel | |
_getList ($query, $limitstart=0, $limit=0) | |
_getListCount ($query) | |
_createTable ($name, $prefix='Table', $config=array()) | |
bootComponent ($component) | |
dispatchEvent (EventInterface $event) | |
Fonctions membres protégées statiques | |
static | generateRandUserId () |
Attributs protégés statiques | |
static | $userId = 0 |
Attributs protégés statiques hérités de BaseModel | |
static | $paths |
Fonctions membres privées | |
createRootUser ($options, $db) | |
deleteConfiguration () | |
Membres hérités additionnels | |
Attributs protégés hérités de BaseDatabaseModel | |
$option = null | |
$event_clean_cache = null | |
Attributs protégés hérités de BaseModel | |
$name | |
Attributs protégés hérités de CMSObject | |
$_errors = array() | |
checkTestingSampledata | ( | $db | ) |
Method to check for the testing sampledata plugin.
DatabaseDriver | $db | Database connector object $db*. |
Références $db, $version, Factory\getApplication(), JPATH_PLUGINS, null, et Text\sprintf().
createConfiguration | ( | $options | ) |
Method to create the configuration file
\stdClass | $options | The session options |
Références $buffer, $options, $path, Text\_(), UserHelper\genRandomPassword(), Factory\getSession(), JPATH_ADMINISTRATOR, JPATH_CONFIGURATION, JPATH_ROOT, et null.
|
private |
Method to create the root user for the site.
object | $options | The session options. |
DatabaseDriver | $db | Database connector object $db*. |
Références $columns, $db, $options, $query, $result, $userId, Factory\getApplication(), et UserHelper\hashPassword().
|
private |
Method to erase the configuration file.
Références $path, File\delete(), et JPATH_CONFIGURATION.
|
staticprotected |
|
static |
Retrieves the default user ID and sets it if necessary.
Références $userId.
|
static |
setup | ( | $options | ) |
Method to setup the configuration file
array | $options | The session options |
Références Factory\$database, $db, $extension, $languages, $options, $params, $query, $return, $version, Text\_(), Folder\files(), Factory\getApplication(), DatabaseHelper\getDbo(), DatabaseHelper\getEncryptionSettings(), Installer\getInstance(), JPATH_ADMINISTRATOR, Text\sprintf(), File\stripExt(), et ArrayHelper\toObject().
|
protected |
|
staticprotected |