Module controller class.
- Depuis
- 1.6
◆ add()
◆ allowEdit()
allowEdit |
( |
|
$data = array() , |
|
|
|
$key = 'id' |
|
) |
| |
|
protected |
Method override to check if you can edit an existing record.
- Paramètres
-
array | $data | An array of input data. |
string | $key | The name of the key for the primary key. |
- Renvoie
- boolean
- Depuis
- 3.2
Références $data, $key, et $user.
◆ allowSave()
allowSave |
( |
|
$data, |
|
|
|
$key = 'id' |
|
) |
| |
|
protected |
Override parent allowSave method.
- Paramètres
-
array | $data | An array of input data. |
string | $key | The name of the key for the primary key. |
- Renvoie
- boolean
- Depuis
- 1.6
Références $data, et $key.
◆ batch()
Method to run batch operations.
- Paramètres
-
- Renvoie
- boolean True on success.
- Depuis
- 1.7
◆ cancel()
Override parent cancel method to reset the add module state.
- Paramètres
-
string | $key | The name of the primary key of the URL variable. |
- Renvoie
- boolean True if access level checks pass, false otherwise.
- Depuis
- 1.6
Références $app, et null.
Référencé par ConfigControllerModulesCancel\execute().
◆ orderPosition()
Method to get the other modules in the same position
- Renvoie
- string The data for the Ajax request.
- Depuis
- 3.6.3
Références $app, $clientId, $db, $html, $i, $jinput, $n, $position, $query, $title, ENT_QUOTES, htmlspecialchars, JError\raiseWarning(), et title.
◆ postSaveHook()
postSaveHook |
( |
JModelLegacy |
$model, |
|
|
|
$validData = array() |
|
) |
| |
|
protected |
Function that allows child controller access to model data after the data has been saved.
- Paramètres
-
JModelLegacy | $model | The data model object. |
array | $validData | The validated data. |
- Renvoie
- void
- Depuis
- 1.6
Références $app, $task, et null.
◆ save()
Method to save a record.
- Paramètres
-
string | $key | The name of the primary key of the URL variable. |
string | $urlVar | The name of the URL variable if different from the primary key |
- Renvoie
- boolean True if successful, false otherwise.
Références $data, $item, $key, getDocument, et JPATH_ADMINISTRATOR.
La documentation de cette classe a été générée à partir du fichier suivant :