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

Fonctions membres publiques

 __construct ($config=array(), MVCFactoryInterface $factory=null)
 
 getDisabledUpdateSites ()
 
 findUpdates ($eid=0, $cacheTimeout=0, $minimumStability=Updater::STABILITY_STABLE)
 
 purge ()
 
 update ($uids, $minimumStability=Updater::STABILITY_STABLE)
 
 getForm ($data=array(), $loadData=true)
 
- 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='u.name', $direction='asc')
 
 getListQuery ()
 
 translate (&$items)
 
 _getList ($query, $limitstart=0, $limit=0)
 
 loadFormData ()
 
 preparePreUpdate ($update, $table)
 
 getEmptyStateQuery ()
 
- 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)
 

Fonctions membres privées

 install ($update)
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de BaseModel
static addIncludePath ($path='', $prefix='')
 
- 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()
 
- Attributs protégés statiques hérités de BaseModel
static $paths
 

Description détaillée

Installer Update Model

Depuis
1.6

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
Depuis
1.6

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

Documentation des fonctions membres

◆ _getList()

_getList (   $query,
  $limitstart = 0,
  $limit = 0 
)
protected

Returns an object list

Paramètres
DatabaseQuery$queryThe query
int$limitstartOffset
int$limitThe number of records
Renvoie
array
Depuis
3.5

Références $db, $limit, $listDirn, $listOrder, $query, $result, $total, Joomla\Database\getDatabase(), Joomla\CMS\MVC\Model\getState(), null, Joomla\CMS\MVC\Model\setState(), et ArrayHelper\sortObjects().

◆ findUpdates()

findUpdates (   $eid = 0,
  $cacheTimeout = 0,
  $minimumStability = Updater::STABILITY_STABLE 
)

Finds updates for an extension.

Paramètres
int$eidExtension identifier to look for
int$cacheTimeoutCache timeout
int$minimumStabilityMinimum stability for updates {
Voir également
Updater} (0=dev, 1=alpha, 2=beta, 3=rc, 4=stable)
Renvoie
boolean Result
Depuis
1.6

Références Updater\getInstance().

◆ getDisabledUpdateSites()

getDisabledUpdateSites ( )

Get the count of disabled update sites

Renvoie
integer
Depuis
3.4

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

◆ getEmptyStateQuery()

getEmptyStateQuery ( )
protected

Manipulate the query to be used to evaluate if this is an Empty State to provide specific conditions for this extension.

Renvoie
DatabaseQuery
Depuis
4.0.0

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

◆ getForm()

getForm (   $data = array(),
  $loadData = true 
)

Method to get the row form.

Paramètres
array$dataData for the form.
boolean$loadDataTrue if the form is to load its own data (default case), false if not.
Renvoie
Form|bool A Form object on success, false on failure
Depuis
2.5.2

Références $data, $form, Form\addFieldPath(), Form\addFormPath(), Form\getInstance(), et Joomla\CMS\MVC\Model\loadFormData().

◆ getListQuery()

getListQuery ( )
protected

Method to get the database query

Renvoie
The database query
Depuis
1.6

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

◆ install()

install (   $update)
private

Handles the actual update installation.

Paramètres
Update$updateAn update definition
Renvoie
boolean Result of install
Depuis
1.6

Références $app, $check, $config, $name, $result, $url, Text\_(), Factory\getApplication(), Installer\getInstance(), PluginHelper\importPlugin(), Joomla\CMS\MVC\Model\setState(), et Text\sprintf().

◆ loadFormData()

loadFormData ( )
protected

Method to get the data that should be injected in the form.

Renvoie
mixed The data for the form.
Depuis
2.5.2

Références $data, et Factory\getApplication().

◆ populateState()

populateState (   $ordering = 'u.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 $app, $direction, $ordering, Factory\getApplication(), null, Joomla\CMS\MVC\Model\populateState(), et Joomla\CMS\MVC\Model\setState().

◆ preparePreUpdate()

preparePreUpdate (   $update,
  $table 
)
protected

Method to add parameters to the update

Paramètres
Update$updateAn update definition
\Joomla\CMS\Table\Update$tableThe update instance from the database
Renvoie
void
Depuis
3.7.0

Références $path, File\exists(), if, PluginHelper\importPlugin(), JPATH_ADMINISTRATOR, et JPATH_SITE.

◆ purge()

purge ( )

Removes all of the updates from the table.

Renvoie
boolean result of operation
Depuis
1.6

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

◆ translate()

translate ( $items)
protected

Translate a list of objects

Paramètres
array$itemsThe array of objects
Renvoie
array The array of translated objects
Depuis
3.5

Références $item, $items, $manifest, et Text\_().

◆ update()

update (   $uids,
  $minimumStability = Updater::STABILITY_STABLE 
)

Update function.

Sets the "result" state with the result of the operation.

Paramètres
int[]$uids List of updates to apply
int$minimumStabilityThe minimum allowed stability for installed updates {
Voir également
Updater}
Renvoie
void
Depuis
1.6

Références $result, Joomla\Database\getDatabase(), et Joomla\CMS\MVC\Model\setState().


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