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()) | |
batch ($model=null) | |
add () | |
cancel ($key= 'a_id') | |
edit ($key=null, $urlVar= 'a_id') | |
getModel ($name= 'form', $prefix= '', $config=array('ignore_request'=> true)) | |
save ($key=null, $urlVar= 'a_id') | |
vote () |
Fonctions membres protégées | |
allowAdd ($data=array()) | |
allowEdit ($data=array(), $key= 'id') | |
allowAdd ($data=array()) | |
allowEdit ($data=array(), $key= 'id') | |
getRedirectToItemAppend ($recordId=null, $urlVar= 'a_id') | |
getReturnPage () | |
postSaveHook (JModel &$model, $validData) | |
Fonctions membres protégées inherited from JControllerForm | |
allowSave ($data, $key= 'id') | |
getRedirectToListAppend () | |
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 | |
$view_item = 'form' | |
$view_list = 'categories' | |
Attributs protégés inherited from JControllerForm | |
$context | |
$option | |
$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() |
ContentControllerArticle::__construct | ( | $config = array() | ) |
Class constructor.
array | $config | A named array of configuration variables. |
Réimplémentée à partir de JControllerForm.
Références $config, et JRequest\getCmd().
ContentControllerArticle::add | ( | ) |
Method to add a new record.
Réimplémentée à partir de JControllerForm.
|
protected |
Method override to check if you can add a new record.
array | An array of input data. |
Réimplémentée à partir de JControllerForm.
Références $data, $user, JRequest\getInt(), JFactory\getUser(), JArrayHelper\getValue(), et null.
|
protected |
Method override to check if you can add a new record.
array | $data | An array of input data. |
Réimplémentée à partir de JControllerForm.
Références $data, $user, JRequest\getInt(), JFactory\getUser(), JArrayHelper\getValue(), et null.
|
protected |
Method override to check if you can edit an existing record.
array | $data | An array of input data. |
string | $key | The name of the key for the primary key. |
Réimplémentée à partir de JControllerForm.
Références $asset, $data, $key, $user, $userId, et JFactory\getUser().
|
protected |
Method override to check if you can edit an existing record.
array | $data | An array of input data. |
string | $key | The name of the key for the primary key. |
Réimplémentée à partir de JControllerForm.
Références $data, $key, $user, $userId, et JFactory\getUser().
ContentControllerArticle::batch | ( | $model = null | ) |
Method to run batch operations.
object | $model | The model. |
Réimplémentée à partir de JControllerForm.
Références JRoute\_(), JText\_(), JSession\checkToken(), et jexit().
ContentControllerArticle::cancel | ( | $key = 'a_id' | ) |
Method to cancel an edit.
string | $key | The name of the primary key of the URL variable. |
Réimplémentée à partir de JControllerForm.
Références $key.
ContentControllerArticle::edit | ( | $key = null , |
|
$urlVar = 'a_id' |
|||
) |
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 à partir de JControllerForm.
Références $key.
ContentControllerArticle::getModel | ( | $name = 'form' , |
|
$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 JControllerForm.
|
protected |
Gets the URL arguments to append to an item redirect.
int | $recordId | The primary key id for the item. |
string | $urlVar | The name of the URL variable for the id. |
Réimplémentée à partir de JControllerForm.
Références $itemId, $layout, $return, JRequest\getCmd(), JRequest\getInt(), et null.
|
protected |
Get the return URL.
If a "return" variable has been passed in the request
Références $return, JURI\base(), JRequest\getVar(), et null.
|
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 à partir de JControllerForm.
Références $task, et JRoute\_().
ContentControllerArticle::save | ( | $key = null , |
|
$urlVar = 'a_id' |
|||
) |
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 à partir de JControllerForm.
Références $key, et JPATH_ADMINISTRATOR.
ContentControllerArticle::vote | ( | ) |
Method to save a vote.
Références $id, $url, JText\_(), JSession\checkToken(), JRequest\getInt(), JRequest\getString(), et jexit().
|
protected |
Réimplémentée à partir de JControllerForm.
|
protected |
Réimplémentée à partir de JControllerForm.