Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe ConfigurationModel
+ Graphe d'héritage de ConfigurationModel:

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()
 

Description détaillée

Configuration setup model for the Joomla Core Installer.

Depuis
3.1

Documentation des fonctions membres

◆ checkTestingSampledata()

checkTestingSampledata (   $db)

Method to check for the testing sampledata plugin.

Paramètres
DatabaseDriver$dbDatabase connector object $db*.
Renvoie
void
Depuis
4.0.0

Références $db, $version, Factory\getApplication(), JPATH_PLUGINS, null, et Text\sprintf().

◆ createConfiguration()

createConfiguration (   $options)

Method to create the configuration file

Paramètres
\stdClass$optionsThe session options
Renvoie
boolean True on success
Depuis
3.1

Références $buffer, $options, $path, Text\_(), UserHelper\genRandomPassword(), Factory\getSession(), JPATH_ADMINISTRATOR, JPATH_CONFIGURATION, JPATH_ROOT, et null.

◆ createRootUser()

createRootUser (   $options,
  $db 
)
private

Method to create the root user for the site.

Paramètres
object$optionsThe session options.
DatabaseDriver$dbDatabase connector object $db*.
Renvoie
boolean True on success.
Depuis
3.1

Références $columns, $db, $options, $query, $result, $userId, Factory\getApplication(), et UserHelper\hashPassword().

◆ deleteConfiguration()

deleteConfiguration ( )
private

Method to erase the configuration file.

Renvoie
void
Depuis
4.0.0

Références $path, File\delete(), et JPATH_CONFIGURATION.

◆ generateRandUserId()

static generateRandUserId ( )
staticprotected

Generates the user ID.

Renvoie
integer The user ID.
Depuis
3.1

Références Factory\getSession().

◆ getUserId()

static getUserId ( )
static

Retrieves the default user ID and sets it if necessary.

Renvoie
integer The user ID.
Depuis
3.1

Références $userId.

◆ resetRandUserId()

static resetRandUserId ( )
static

Resets the user ID.

Renvoie
void
Depuis
3.1

Références $userId, et Factory\getSession().

◆ setup()

setup (   $options)

◆ updateUserIds()

updateUserIds (   $db)
protected

Method to update the user id of sql data content to the new rand user id.

Paramètres
DatabaseDriver$dbDatabase connector object $db*.
Renvoie
void
Depuis
3.6.1

Références $db, $field, $fields, $query, $userId, et Factory\getApplication().

Documentation des champs

◆ $userId

$userId = 0
staticprotected

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