Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
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)) | |
save ($key=null, $urlVar=null) | |
Fonctions membres publiques inherited from JController | |
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) | |
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) | |
toString () |
Fonctions membres protégées | |
allowAdd ($data=array()) | |
allowEdit ($data=array(), $key= 'id') | |
allowSave ($data, $key= 'id') | |
getRedirectToItemAppend ($recordId=null, $urlVar= 'id') | |
getRedirectToListAppend () | |
postSaveHook (JModel &$model, $validData=array()) | |
Fonctions membres protégées inherited from JController | |
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 JController | |
$_acoSection | |
$_acoSectionValue | |
$basePath | |
$default_view | |
$doTask | |
$message | |
$messageType | |
$methods | |
$name | |
$model_prefix | |
$paths | |
$redirect | |
$task | |
$taskMap | |
Attributs protégés inherited from JObject | |
$_errors = array() |
Additional Inherited Members | |
Fonctions membres publiques statiques inherited from JController | |
static | addModelPath ($path, $prefix= '') |
static | getInstance ($prefix, $config=array()) |
Fonctions membres protégées statiques inherited from JController | |
static | createFileName ($type, $parts=array()) |
Attributs protégés statiques inherited from JController | |
static | $instance |
JControllerForm::__construct | ( | $config = array() | ) |
Constructor.
array | $config | An optional associative array of configuration settings. |
Réimplémentée à partir de JController.
Réimplémentée dans CategoriesControllerCategory, et ContentControllerArticle.
Références $config, JText\_(), null, et JError\raiseError().
JControllerForm::add | ( | ) |
Method to add a new record.
Réimplémentée dans WeblinksControllerWeblink, ContentControllerArticle, ModulesControllerModule, et MenusControllerItem.
Références $app, JRoute\_(), JText\_(), JFactory\getApplication(), et null.
|
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. |
Réimplémentée dans CategoriesControllerCategory, ContentControllerArticle, ContentControllerArticle, WeblinksControllerWeblink, BannersControllerBanner, NewsfeedsControllerNewsfeed, WeblinksControllerWeblink, et ContactControllerContact.
Références $user, et 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. |
Réimplémentée dans ContentControllerArticle, ContentControllerArticle, WeblinksControllerWeblink, CategoriesControllerCategory, BannersControllerBanner, NewsfeedsControllerNewsfeed, WeblinksControllerWeblink, ContactControllerContact, UsersControllerGroup, UsersControllerUser, et AdminControllerProfile.
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. |
Réimplémentée dans ModulesControllerModule, UsersControllerGroup, UsersControllerLevel, et MessagesControllerMessage.
JControllerForm::batch | ( | $model | ) |
Method to run batch operations.
JModel | $model | The model of the component being processed. |
Réimplémentée dans ContentControllerArticle, CategoriesControllerCategory, ModulesControllerModule, BannersControllerBanner, NewsfeedsControllerNewsfeed, WeblinksControllerWeblink, ContactControllerContact, UsersControllerUser, et MenusControllerItem.
Références $extension, $id, JText\_(), JFactory\getApplication(), et JText\sprintf().
JControllerForm::cancel | ( | $key = null | ) |
Method to cancel an edit.
string | $key | The name of the primary key of the URL variable. |
Réimplémentée dans ContentControllerArticle, WeblinksControllerWeblink, MenusControllerItem, AdminControllerProfile, et ModulesControllerModule.
Références $app, $key, JRoute\_(), JText\_(), JSession\checkToken(), JFactory\getApplication(), JRequest\getInt(), jexit(), null, et JText\sprintf().
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). |
Réimplémentée dans ContentControllerArticle, WeblinksControllerWeblink, MenusControllerItem, et LanguagesControllerOverride.
Références $app, $key, JRoute\_(), JText\_(), JFactory\getApplication(), JRequest\getInt(), JRequest\getVar(), null, 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 JController.
Réimplémentée dans ContentControllerArticle, WeblinksControllerWeblink, et ContactControllerContact.
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. |
Réimplémentée dans ContentControllerArticle, WeblinksControllerWeblink, CategoriesControllerCategory, UsersControllerNote, et LanguagesControllerLanguage.
Références $layout, et JRequest\getCmd().
|
protected |
Gets the URL arguments to append to a list redirect.
Réimplémentée dans CategoriesControllerCategory.
Références JRequest\getCmd().
|
protected |
Function that allows child controller access to model data after the data has been saved.
JModel | &$model | The data model object. |
array | $validData | The validated data. |
Réimplémentée dans ContentControllerArticle, WeblinksControllerWeblink, et ModulesControllerModule.
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). |
Réimplémentée dans ContentControllerArticle, WeblinksControllerWeblink, MenusControllerItem, UsersControllerUser, LanguagesControllerOverride, AdminControllerProfile, MenusControllerMenu, et FinderControllerFilter.
Références $app, $data, $i, $key, $lang, $n, $task, JRoute\_(), JText\_(), JSession\checkToken(), JFactory\getApplication(), JObject\getError(), JObject\getErrors(), JRequest\getInt(), JFactory\getLanguage(), JModel\getState(), JModel\getTable(), JRequest\getVar(), jexit(), null, et JText\sprintf().
|
protected |
|
protected |
|
protected |
|
protected |
Réimplémentée dans WeblinksControllerWeblink, et ContentControllerArticle.
|
protected |
Réimplémentée dans WeblinksControllerWeblink, et ContentControllerArticle.