Installer Update Model
- Depuis
- 1.6
◆ __construct()
__construct |
( |
|
$config = array() | ) |
|
Constructor.
- Paramètres
-
array | $config | An optional associative array of configuration settings. |
- Voir également
- JController
- Depuis
- 1.6
Références $config.
◆ _getList()
_getList |
( |
|
$query, |
|
|
|
$limitstart = 0 , |
|
|
|
$limit = 0 |
|
) |
| |
|
protected |
◆ enableSites()
Enables any disabled rows in #__update_sites table
- Renvoie
- boolean result of operation
- Depuis
- 1.6
Références $db, $query, et $rows.
◆ findUpdates()
findUpdates |
( |
|
$eid = 0 , |
|
|
|
$cacheTimeout = 0 , |
|
|
|
$minimumStability = JUpdater::STABILITY_STABLE |
|
) |
| |
Finds updates for an extension.
- Paramètres
-
int | $eid | Extension identifier to look for |
int | $cacheTimeout | Cache timeout |
int | $minimumStability | Minimum stability for updates { |
- Voir également
- JUpdater} (0=dev, 1=alpha, 2=beta, 3=rc, 4=stable)
- Renvoie
- boolean Result
- Depuis
- 1.6
◆ getDisabledUpdateSites()
getDisabledUpdateSites |
( |
| ) |
|
Get the count of disabled update sites
- Renvoie
- integer
- Depuis
- 3.4
Références $db, et $query.
◆ getForm()
getForm |
( |
|
$data = array() , |
|
|
|
$loadData = true |
|
) |
| |
Method to get the row form.
- Paramètres
-
array | $data | Data for the form. |
boolean | $loadData | True if the form is to load its own data (default case), false if not. |
- Renvoie
- mixed A JForm object on success, false on failure
- Depuis
- 2.5.2
Références $data, et $form.
◆ getListQuery()
◆ install()
◆ loadFormData()
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.
◆ 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 | $ordering | An optional ordering field. |
string | $direction | An optional direction (asc|desc). |
- Renvoie
- void
- Depuis
- 1.6
Références $app, $direction, $ordering, et null.
◆ preparePreUpdate()
preparePreUpdate |
( |
|
$update, |
|
|
|
$table |
|
) |
| |
|
protected |
Method to add parameters to the update
- Paramètres
-
JUpdate | $update | An update definition |
JTableUpdate | $table | The update instance from the database |
- Renvoie
- void
- Depuis
- 3.7.0
Références $path, if, jimport(), JPATH_ADMINISTRATOR, et JPATH_SITE.
◆ purge()
Removes all of the updates from the table.
- Renvoie
- boolean result of operation
- Depuis
- 1.6
Références $db, et $query.
◆ translate()
Translate a list of objects
- Paramètres
-
array | $items | The array of objects |
- Renvoie
- array The array of translated objects
- Depuis
- 3.5
Références $item, $items, et $manifest.
◆ update()
update |
( |
|
$uids, |
|
|
|
$minimumStability = JUpdater::STABILITY_STABLE |
|
) |
| |
Update function.
Sets the "result" state with the result of the operation.
- Paramètres
-
array | $uids | Array[int] List of updates to apply |
int | $minimumStability | The minimum allowed stability for installed updates { |
- Voir également
- JUpdater}
- Renvoie
- void
- Depuis
- 1.6
La documentation de cette classe a été générée à partir du fichier suivant :