Liste de tous les membres
Fonctions membres publiques |
| __construct ($config=array()) |
| batch ($model=null) |
| add () |
| cancel ($key=null) |
| edit ($key=null, $urlVar=null) |
| getModel ($name= '', $prefix= '', $config=array('ignore_request'=> true)) |
| save ($key=null, $urlVar=null) |
| addViewPath ($path) |
| authorize ($task) |
| authorise ($task) |
| display ($cachable=false, $urlparams=false) |
| execute ($task) |
| getName () |
| getTask () |
| getTasks () |
| getView ($name= '', $type= '', $prefix= '', $config=array()) |
| redirect () |
| registerDefaultTask ($method) |
| registerTask ($task, $method) |
| unregisterTask ($task) |
| setAccessControl ($section, $value=null) |
| setMessage ($text, $type= 'message') |
| setRedirect ($url, $msg=null, $type=null) |
| __toString () |
| def ($property, $default=null) |
| get ($property, $default=null) |
| getProperties ($public=true) |
| getError ($i=null, $toString=true) |
| getErrors () |
| set ($property, $value=null) |
| setProperties ($properties) |
| setError ($error) |
| toString () |
Fonctions membres protégées |
| allowAdd ($data=array()) |
| allowEdit ($data=array(), $key= 'parent_id') |
| getRedirectToItemAppend ($recordId=null, $urlVar= 'id') |
| getRedirectToListAppend () |
| allowSave ($data, $key= 'id') |
| postSaveHook (JModel &$model, $validData=array()) |
| addPath ($type, $path) |
| checkEditId ($context, $id) |
| createModel ($name, $prefix= '', $config=array()) |
| createView ($name, $prefix= '', $type= '', $config=array()) |
| holdEditId ($context, $id) |
| releaseEditId ($context, $id) |
| setPath ($type, $path) |
Documentation des constructeurs et destructeur
CategoriesControllerCategory::__construct |
( |
|
$config = array() | ) |
|
Documentation des fonctions membres
CategoriesControllerCategory::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éimplémentée à partir de JControllerForm.
Références $user, et JFactory\getUser().
CategoriesControllerCategory::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éimplémentée à partir de JControllerForm.
Références $data, $key, $user, $userId, et JFactory\getUser().
CategoriesControllerCategory::batch |
( |
|
$model = null | ) |
|
CategoriesControllerCategory::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éimplémentée à partir de JControllerForm.
Références $extension.
CategoriesControllerCategory::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éimplémentée à partir de JControllerForm.
Références $extension.
Documentation des données membres
CategoriesControllerCategory::$extension |
|
protected |
La documentation de cette classe a été générée à partir du fichier suivant :