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

Fonctions membres publiques

 __construct ($config=array(), MVCFactoryInterface $factory=null)
 
 getErrorCount ()
 
 fix ($cids=array())
 
 getItems ()
 
 getSchemaVersion ($extensionId)
 
 fixSchemaVersion ($changeSet, $extensionId)
 
 compareUpdateVersion ($extension)
 
 fixUpdateVersion ($extensionId)
 
 getDefaultTextFilters ()
 
- Fonctions membres publiques hérités de InstallerModel
 __construct ($config=array(), MVCFactoryInterface $factory=null)
 
- Fonctions membres publiques hérités de ListModel
 __construct ($config=array(), MVCFactoryInterface $factory=null)
 
 getIsEmptyState ()
 
 getActiveFilters ()
 
 getItems ()
 
 getPagination ()
 
 getTotal ()
 
 getStart ()
 
 getFilterForm ($data=array(), $loadData=true)
 
 getUserStateFromRequest ($key, $request, $default=null, $type='none', $resetPage=true)
 
- 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 hérités de FormFactoryAwareInterface
 setFormFactory (FormFactoryInterface $factory)
 

Fonctions membres protégées

 populateState ($ordering='name', $direction='asc')
 
 getListQuery ()
 
 mergeSchemaCache ($results)
 
- Fonctions membres protégées hérités de InstallerModel
 _getList ($query, $limitstart=0, $limit=0)
 
 translate (&$items)
 
- Fonctions membres protégées hérités de ListModel
 getEmptyStateQuery ()
 
 _getListQuery ()
 
 getListQuery ()
 
 getStoreId ($id='')
 
 loadFormData ()
 
 populateState ($ordering=null, $direction=null)
 
 refineSearchStringToRegex ($search, $regexDelimiter='/')
 
- 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)
 

Attributs protégés

 $_context = 'com_installer.discover'
 
- Attributs protégés hérités de ListModel
 $cache = array()
 
 $context = null
 
 $filter_fields = array()
 
 $query = array()
 
 $lastQueryStoreId = null
 
 $filterFormName = null
 
 $htmlFormName = 'adminForm'
 
 $filterBlacklist = array()
 
 $filterForbiddenList = array()
 
 $listBlacklist = array('select')
 
 $listForbiddenList = array('select')
 
- 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()
 

Fonctions membres privées

 fetchSchemaCache ($cid=0)
 
 getOtherInformationMessage ($status)
 
 getErrorsMessage ($errors)
 
 fixDefaultTextFilters ()
 

Attributs privés

 $changeSetList = array()
 
 $errorCount = 0
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de BaseModel
static addIncludePath ($path='', $prefix='')
 
- Attributs protégés statiques hérités de BaseModel
static $paths
 

Description détaillée

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $config = array(),
MVCFactoryInterface  $factory = null 
)

Constructor.

Paramètres
array$configAn optional associative array of configuration settings.
MVCFactoryInterface$factoryThe factory.
Voir également
ListModel
Depuis
4.0.0

Références $config, et Symfony\Contracts\Service\__construct().

Documentation des fonctions membres

◆ compareUpdateVersion()

compareUpdateVersion (   $extension)

Get current version from #__extensions table.

Paramètres
object$extensiondata from #__extensions of a single extension.
Renvoie
mixed string message with the errors with the update version or null if none
Depuis
4.0.0

Références $extension, InstallerHelper\getInstallationXML(), null, et Text\sprintf().

◆ fetchSchemaCache()

fetchSchemaCache (   $cid = 0)
private

Method to populate the schema cache.

Paramètres
integer$cidThe extension ID to get the schema for
Renvoie
void
Exceptions

Références $basePath, $db, $result, $results, Text\_(), elseif, Joomla\Database\getDatabase(), InstallerHelper\getInstallationXML(), JPATH_ADMINISTRATOR, JPATH_PLUGINS, JPATH_SITE, null, Joomla\CMS\MVC\Model\setState(), et Text\sprintf().

◆ fix()

fix (   $cids = array())

Fixes database problems.

Paramètres
array$cidsList of the selected extensions to fix
Renvoie
void|boolean
Exceptions

Références $db, $i, et Joomla\Database\getDatabase().

◆ fixDefaultTextFilters()

fixDefaultTextFilters ( )
private

For version 2.5.x only Check if com_config parameters are blank. If so, populate with com_content text filters.

Renvoie
void
Depuis
4.0.0

Références ComponentHelper\getComponent(), et Joomla\Database\getDatabase().

◆ fixSchemaVersion()

fixSchemaVersion (   $changeSet,
  $extensionId 
)

Fix schema version if wrong.

Paramètres
ChangeSet$changeSetSchema change set.
integer$extensionIdID of the extensions.
Renvoie
mixed string schema version if success, false if fail.
Exceptions

Références $db, $query, Joomla\Database\getDatabase(), et ParameterType\INTEGER.

◆ fixUpdateVersion()

fixUpdateVersion (   $extensionId)

Fix Joomla version in #__extensions table if wrong (doesn't equal short version).

Paramètres
integer$extensionIdid of the extension
Renvoie
mixed string update version if success, false if fail.
Depuis
4.0.0

Références Joomla\Database\getDatabase(), InstallerHelper\getInstallationXML(), et null.

◆ getDefaultTextFilters()

getDefaultTextFilters ( )

For version 2.5.x only Check if com_config parameters are blank.

Renvoie
string default text filters (if any).
Depuis
4.0.0

Références Joomla\Database\getDatabase().

◆ getErrorCount()

getErrorCount ( )

Method to return the total number of errors in all the extensions, saved in cache.

Renvoie
integer
Exceptions

◆ getErrorsMessage()

getErrorsMessage (   $errors)
private

Get a message with all errors found in a given extension

Paramètres
array$errorsdata from #__extensions of a single extension.
Renvoie
array List of messages with the errors in the database
Depuis
4.0.0

Références $key, $message1, $message2, $messages, et Text\sprintf().

◆ getItems()

getItems ( )

Gets the changeset array.

Renvoie
array Array with the information of the versions problems, errors and the extensions itself
Exceptions

Implémente ListModelInterface.

Références $results.

◆ getListQuery()

getListQuery ( )
protected

Method to get the database query

Renvoie
DatabaseQuery The database query
Depuis
4.0.0

Références $clientId, $db, $folder, $query, $type, Joomla\Database\getDatabase(), Joomla\CMS\MVC\Model\getState(), et ParameterType\INTEGER.

◆ getOtherInformationMessage()

getOtherInformationMessage (   $status)
private

Get a message of the tables skipped and checked

Paramètres
array$statusstatus of of the update files
Renvoie
array Messages with the errors with the update version
Depuis
4.0.0

Références Text\sprintf().

◆ getSchemaVersion()

getSchemaVersion (   $extensionId)

Get version from #__schemas table.

Paramètres
integer$extensionIdid of the extensions.
Renvoie
mixed the return value from the query, or null if the query fails.
Exceptions

Références $db, $query, Joomla\Database\getDatabase(), et ParameterType\INTEGER.

◆ mergeSchemaCache()

mergeSchemaCache (   $results)
protected

Merge the items that will be visible with the changeSet information in cache

Paramètres
array$resultsextensions returned from parent::getItems().
Renvoie
array the changeSetList of the merged items
Depuis
4.0.0

Références $result, et $results.

◆ populateState()

populateState (   $ordering = 'name',
  $direction = 'asc' 
)
protected

Method to auto-populate the model state.

Note. Calling getState in this method will result in recursion.

Paramètres
string$orderingAn optional ordering field.
string$directionAn optional direction (asc|desc).
Renvoie
void
Depuis
1.6

Références $direction, $ordering, null, Joomla\CMS\MVC\Model\populateState(), et Joomla\CMS\MVC\Model\setState().

Documentation des champs

◆ $_context

$_context = 'com_installer.discover'
protected

◆ $changeSetList

$changeSetList = array()
private

◆ $errorCount

$errorCount = 0
private

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