The Tag Controller
- Depuis
- 3.1
◆ 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
- 3.1
Références $user.
◆ allowEdit()
allowEdit |
( |
|
$data = array() , |
|
|
|
$key = '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
- 3.1
Références $data, et $key.
◆ batch()
Method to run batch operations.
- Paramètres
-
- Renvoie
- boolean True if successful, false otherwise and internal error is set.
- Depuis
- 3.1
La documentation de cette classe a été générée à partir du fichier suivant :