Installer Manage Model
- Depuis
- 1.5
◆ __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.
◆ getListQuery()
◆ 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 | $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.
◆ publish()
publish |
( |
& |
$eid = array() , |
|
|
|
$value = 1 |
|
) |
| |
Enable/Disable an extension.
- Paramètres
-
array | $eid | Extension ids to un/publish |
int | $value | Publish value |
- Renvoie
- boolean True on success
- Depuis
- 1.5
Références $context, $i, $id, $name, $style, $user, $value, JEventDispatcher\getInstance(), JPATH_ADMINISTRATOR, option, JError\raiseNotice(), JError\raiseWarning(), et PHPMailer\setError().
◆ refresh()
Refreshes the cached manifest information for an extension.
- Paramètres
-
int | $eid | extension identifier (key in #__extensions) |
- Renvoie
- boolean result of refresh
- Depuis
- 1.6
Références $id.
◆ remove()
La documentation de cette classe a été générée à partir du fichier suivant :