Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct ($config=array()) | |
add () | |
batch ($model) | |
cancel ($key=null) | |
edit ($key=null, $urlVar=null) | |
getModel ($name= '', $prefix= '', $config=array('ignore_request'=> true)) | |
loadhistory () | |
save ($key=null, $urlVar=null) | |
Fonctions membres publiques inherited from JControllerLegacy | |
addViewPath ($path) | |
authorise ($task) | |
display ($cachable=false, $urlparams=array()) | |
execute ($task) | |
getName () | |
getTask () | |
getTasks () | |
getView ($name= '', $type= '', $prefix= '', $config=array()) | |
redirect () | |
registerDefaultTask ($method) | |
registerTask ($task, $method) | |
unregisterTask ($task) | |
setMessage ($text, $type= 'message') | |
setRedirect ($url, $msg=null, $type=null) | |
Fonctions membres publiques inherited from JObject | |
__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) |
Fonctions membres protégées | |
allowAdd ($data=array()) | |
allowEdit ($data=array(), $key= 'id') | |
allowSave ($data, $key= 'id') | |
getRedirectToItemAppend ($recordId=null, $urlVar= 'id') | |
getRedirectToListAppend () | |
postSaveHook (JModelLegacy $model, $validData=array()) | |
Fonctions membres protégées inherited from JControllerLegacy | |
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) |
Attributs protégés | |
$context | |
$option | |
$view_item | |
$view_list | |
$text_prefix | |
Attributs protégés inherited from JControllerLegacy | |
$basePath | |
$default_view | |
$doTask | |
$message | |
$messageType | |
$methods | |
$name | |
$model_prefix | |
$paths | |
$redirect | |
$task | |
$taskMap | |
$input | |
Attributs protégés inherited from JObject | |
$_errors = array() |
Additional Inherited Members | |
Fonctions membres publiques statiques inherited from JControllerLegacy | |
static | addModelPath ($path, $prefix= '') |
static | getInstance ($prefix, $config=array()) |
Fonctions membres protégées statiques inherited from JControllerLegacy | |
static | createFileName ($type, $parts=array()) |
Attributs protégés statiques inherited from JControllerLegacy | |
static | $instance |
JControllerForm::__construct | ( | $config = array() | ) |
Constructor.
array | $config | An optional associative array of configuration settings. |
Exception |
Réimplémentée à partir de JControllerLegacy.
Définition à la ligne 71 du fichier form.php.
Références JText\_().
JControllerForm::add | ( | ) |
Method to add a new record.
Définition à la ligne 144 du fichier form.php.
Références JRoute\_(), JText\_(), et JFactory\getApplication().
|
protected |
Method to check if you can add a new record.
Extended classes can override this if necessary.
array | $data | An array of input data. |
Définition à la ligne 191 du fichier form.php.
Références JFactory\getUser().
|
protected |
Method to check if you can add a new record.
Extended classes can override this if necessary.
array | $data | An array of input data. |
string | $key | The name of the key for the primary key; default is id. |
Définition à la ligne 209 du fichier form.php.
Références JFactory\getUser().
|
protected |
Method to check if you can save a new or existing record.
Extended classes can override this if necessary.
array | $data | An array of input data. |
string | $key | The name of the key for the primary key. |
JControllerForm::batch | ( | $model | ) |
Method to run batch operations.
JModelLegacy | $model | The model of the component being processed. |
Définition à la ligne 249 du fichier form.php.
Références JText\_(), et JText\sprintf().
JControllerForm::cancel | ( | $key = null | ) |
Method to cancel an edit.
string | $key | The name of the primary key of the URL variable. |
Définition à la ligne 294 du fichier form.php.
Références JRoute\_(), JText\_(), JSession\checkToken(), JFactory\getApplication(), jexit(), et JText\sprintf().
JControllerForm::edit | ( | $key = null , |
|
$urlVar = null |
|||
) |
Method to edit an existing record.
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). |
Définition à la ligne 359 du fichier form.php.
Références JRoute\_(), JText\_(), JFactory\getApplication(), et JText\sprintf().
JControllerForm::getModel | ( | $name = '' , |
|
$prefix = '' , |
|||
$config = array('ignore_request' => true) |
|||
) |
Method to get a model object, loading it if required.
string | $name | The model name. Optional. |
string | $prefix | The class prefix. Optional. |
array | $config | Configuration array for model. Optional. |
Réimplémentée à partir de JControllerLegacy.
|
protected |
Gets the URL arguments to append to an item redirect.
integer | $recordId | The primary key id for the item. |
string | $urlVar | The name of the URL variable for the id. |
Définition à la ligne 463 du fichier form.php.
|
protected |
Gets the URL arguments to append to a list redirect.
Définition à la ligne 495 du fichier form.php.
Références JFactory\getApplication().
JControllerForm::loadhistory | ( | ) |
Method to load a row from version history
Définition à la ligne 531 du fichier form.php.
Références JRoute\_(), JText\_(), JFactory\getApplication(), JObject\getError(), JFactory\getLanguage(), JModelLegacy\getState(), JModelLegacy\getTable(), et JText\sprintf().
|
protected |
Function that allows child controller access to model data after the data has been saved.
JModelLegacy | $model | The data model object. |
array | $validData | The validated data. |
Définition à la ligne 520 du fichier form.php.
JControllerForm::save | ( | $key = null , |
|
$urlVar = null |
|||
) |
Method to save a record.
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). |
Définition à la ligne 608 du fichier form.php.
Références JRoute\_(), JText\_(), JSession\checkToken(), JFactory\getApplication(), JObject\getError(), JObject\getErrors(), JFactory\getLanguage(), JModelLegacy\getState(), JModelLegacy\getTable(), jexit(), et JText\sprintf().