Liste de tous les membres
Fonctions membres publiques |
| batch ($model=null) |
| getModel ($name= '', $prefix= '', $config=array('ignore_request'=> true)) |
| submit () |
| __construct ($config=array()) |
| add () |
| cancel ($key=null) |
| edit ($key=null, $urlVar=null) |
| 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= 'id') |
| allowSave ($data, $key= 'id') |
| getRedirectToItemAppend ($recordId=null, $urlVar= 'id') |
| getRedirectToListAppend () |
| 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) |
Fonctions membres privées |
| _sendEmail ($data, $contact, $copy_email_activated) |
Documentation des fonctions membres
ContactControllerContact::_sendEmail |
( |
|
$data, |
|
|
|
$contact, |
|
|
|
$copy_email_activated |
|
) |
| |
|
private |
ContactControllerContact::allowAdd |
( |
|
$data = array() | ) |
|
|
protected |
ContactControllerContact::allowEdit |
( |
|
$data = array() , |
|
|
|
$key = 'id' |
|
) |
| |
|
protected |
Method override to check if you can edit an existing 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, et JFactory\getUser().
ContactControllerContact::batch |
( |
|
$model = null | ) |
|
ContactControllerContact::getModel |
( |
|
$name = '' , |
|
|
|
$prefix = '' , |
|
|
|
$config = array('ignore_request' => true) |
|
) |
| |
Method to get a model object, loading it if required.
- Paramètres:
-
string | $name | The model name. Optional. |
string | $prefix | The class prefix. Optional. |
array | $config | Configuration array for model. Optional. |
- Renvoie:
- object The model.
- Depuis:
- 11.1
Réimplémentée à partir de JControllerForm.
Références $name.
ContactControllerContact::submit |
( |
| ) |
|
Références $app, $data, $dispatcher, $i, $id, $n, $params, JRoute\_(), JText\_(), JSession\checkToken(), JFactory\getApplication(), JDispatcher\getInstance(), JComponentHelper\getParams(), JFactory\getSession(), JRequest\getString(), JRequest\getVar(), JPluginHelper\importPlugin(), jexit(), null, JError\raiseError(), et JError\raiseWarning().
La documentation de cette classe a été générée à partir des fichiers suivants :