Banner controller class.
- Depuis
- 1.6
◆ allowAdd()
allowAdd |
( |
|
$data = array() | ) |
|
|
protected |
Method override 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 $data, $filter, null, et option.
◆ 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
- 1.6
Références $data, $key, et option.
◆ batch()
Method to run batch operations.
- Paramètres
-
- Renvoie
- boolean True on success.
- Depuis
- 2.5
◆ $text_prefix
$text_prefix = 'COM_BANNERS_BANNER' |
|
protected |
La documentation de cette classe a été générée à partir du fichier suivant :