The Category Controller
- Depuis
- 1.6
◆ __construct()
__construct |
( |
|
$config = array() | ) |
|
Constructor.
- Paramètres
-
array | $config | An optional associative array of configuration settings. |
- Depuis
- 1.6
- Voir également
- JControllerLegacy
Références $config, et extension.
◆ allowAdd()
allowAdd |
( |
|
$data = array() | ) |
|
|
protected |
Method to check if you can add a new record.
- Paramètres
-
array | $data | An array of input data. |
- Renvoie
- boolean
- Depuis
- 1.6
Références $user.
◆ allowEdit()
allowEdit |
( |
|
$data = array() , |
|
|
|
$key = 'parent_id' |
|
) |
| |
|
protected |
Method to check if you can edit a record.
- 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, $key, et $user.
◆ cancel()
Override cancel method to clear form data for a failed edit action
- 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
- 3.10.3
Références $key, extension, null, et option.
◆ getRedirectToItemAppend()
getRedirectToItemAppend |
( |
|
$recordId = null , |
|
|
|
$urlVar = 'id' |
|
) |
| |
|
protected |
Gets the URL arguments to append to an item redirect.
- Paramètres
-
integer | $recordId | The primary key id for the item. |
string | $urlVar | The name of the URL variable for the id. |
- Renvoie
- string The arguments to append to the redirect URL.
- Depuis
- 1.6
Références $extension.
◆ getRedirectToListAppend()
getRedirectToListAppend |
( |
| ) |
|
|
protected |
Gets the URL arguments to append to a list redirect.
- Renvoie
- string The arguments to append to the redirect URL.
- Depuis
- 1.6
Références $extension.
◆ 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
- 3.1
Références $item.
◆ save()
Override parent save method to store form data with right key as expected by edit category page
- 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 (sometimes required to avoid router collisions). |
- Renvoie
- boolean True if successful, false otherwise.
- Depuis
- 3.10.3
Références $app, $key, extension, et option.
◆ $extension
La documentation de cette classe a été générée à partir du fichier suivant :