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é
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe ContactModelContact
+ Graphe d'héritage de ContactModelContact:
+ Graphe de collaboration de ContactModelContact:

Liste de tous les membres

Fonctions membres publiques

 batch ($commands, $pks, $contexts)
 getTable ($type= 'Contact', $prefix= 'ContactTable', $config=array())
 getForm ($data=array(), $loadData=true)
 getItem ($pk=null)
 featured ($pks, $value=0)
 getForm ($data=array(), $loadData=true)
getItem ($pk=null)
- Fonctions membres publiques inherited from JModelForm
 validate ($form, $data, $group=null)
- Fonctions membres publiques inherited from JModel
 getDbo ()
 getName ()
 getState ($property=null, $default=null)
 setDbo (&$db)
 setState ($property, $value=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 publiques inherited from JModelAdmin
 __construct ($config=array())
 checkin ($pks=array())
 checkout ($pk=null)
 delete (&$pks)
 publish (&$pks, $value=1)
 reorder ($pks, $delta=0)
 save ($data)
 saveorder ($pks=null, $order=null)

Fonctions membres protégées

 batchCopy ($value, $pks, $contexts)
 batchUser ($value, $pks, $contexts)
 canDelete ($record)
 canEditState ($record)
 loadFormData ()
 prepareTable (&$table)
 getReorderConditions ($table)
 populateState ()
 loadFormData ()
 getContactQuery ($pk=null)
- Fonctions membres protégées inherited from JModelForm
 loadForm ($name, $source=null, $options=array(), $clear=false, $xpath=false)
 preprocessForm (JForm $form, $data, $group= 'content')
- Fonctions membres protégées inherited from JModel
 _getList ($query, $limitstart=0, $limit=0)
 _getListCount ($query)
 _createTable ($name, $prefix= 'Table', $config=array())
 cleanCache ($group=null, $client_id=0)
- Fonctions membres protégées inherited from JModelAdmin
 batchAccess ($value, $pks, $contexts)
 batchLanguage ($value, $pks, $contexts)
 batchMove ($value, $pks, $contexts)
 generateNewTitle ($category_id, $alias, $title)

Attributs protégés

 $view_item = 'contact'
 $_item = null
 $_context = 'com_contact.contact'
- Attributs protégés inherited from JModelForm
 $_forms = array()
- Attributs protégés inherited from JModel
 $__state_set = null
 $_db
 $name
 $option = null
 $state
 $event_clean_cache = null
- Attributs protégés inherited from JObject
 $_errors = array()
- Attributs protégés inherited from JModelAdmin
 $text_prefix = null
 $event_after_delete = null
 $event_after_save = null
 $event_before_delete = null
 $event_before_save = null
 $event_change_state = null

Documentation des fonctions membres

ContactModelContact::batch (   $commands,
  $pks,
  $contexts 
)

Method to perform batch operations on an item or a set of items.

Paramètres:
array$commandsAn array of commands to perform.
array$pksAn array of item ids.
array$contextsAn array of item contexts.
Renvoie:
boolean Returns true on success, false on failure.
Depuis:
2.5

Réimplémentée à partir de JModelAdmin.

Références $cmd, JText\_(), elseif, JArrayHelper\getValue(), et JArrayHelper\toInteger().

+ Voici le graphe d'appel pour cette fonction :

ContactModelContact::batchCopy (   $value,
  $pks,
  $contexts 
)
protected

Batch copy items to a new category or current.

Paramètres:
integer$valueThe new category.
array$pksAn array of row IDs.
array$contextsAn array of item contexts.
Renvoie:
mixed An array of new IDs on success, boolean false on failure.
Depuis:
11.1

Réimplémentée à partir de JModelAdmin.

Références $data, $i, $user, JText\_(), JTable\getInstance(), JFactory\getUser(), et JText\sprintf().

+ Voici le graphe d'appel pour cette fonction :

ContactModelContact::batchUser (   $value,
  $pks,
  $contexts 
)
protected

Batch change a linked user.

Paramètres:
integer$valueThe new value matching a User ID.
array$pksAn array of row IDs.
array$contextsAn array of item contexts.
Renvoie:
boolean True if successful, false otherwise and internal error is set.
Depuis:
2.5

Références $user, JText\_(), et JFactory\getUser().

+ Voici le graphe d'appel pour cette fonction :

ContactModelContact::canDelete (   $record)
protected

Method to test whether a record can be deleted.

Paramètres:
object$recordA record object.
Renvoie:
boolean True if allowed to delete the record. Defaults to the permission set in the component.
Depuis:
1.6

Réimplémentée à partir de JModelAdmin.

Références $user, JFactory\getUser(), et return.

+ Voici le graphe d'appel pour cette fonction :

ContactModelContact::canEditState (   $record)
protected

Method to test whether a record can have its state edited.

Paramètres:
object$recordA record object.
Renvoie:
boolean True if allowed to change the state of the record. Defaults to the permission set in the component.
Depuis:
1.6

Réimplémentée à partir de JModelAdmin.

Références $user, et JFactory\getUser().

+ Voici le graphe d'appel pour cette fonction :

ContactModelContact::featured (   $pks,
  $value = 0 
)

Method to toggle the featured setting of contacts.

Paramètres:
array$pksThe ids of the items to toggle.
int$valueThe value to toggle to.
Renvoie:
boolean True on success.
Depuis:
1.6

Références $db, JText\_(), et JArrayHelper\toInteger().

+ Voici le graphe d'appel pour cette fonction :

ContactModelContact::getForm (   $data = array(),
  $loadData = true 
)

Method to get the contact form.

The base form is loaded from XML and then an event is fired

Paramètres:
array$dataAn optional array of data for the form to interrogate.
boolean$loadDataTrue if the form is to load its own data (default case), false if not.
Renvoie:
JForm A JForm object on success, false on failure
Depuis:
1.6

Réimplémentée à partir de JModelForm.

Références $id, et $params.

ContactModelContact::getForm (   $data = array(),
  $loadData = true 
)

Method to get the row form.

Paramètres:
array$dataData for the form.
boolean$loadDataTrue if the form is to load its own data (default case), false if not.
Renvoie:
mixed A JForm object on success, false on failure
Depuis:
1.6

Réimplémentée à partir de JModelForm.

Références $data, et JForm\addFieldPath().

+ Voici le graphe d'appel pour cette fonction :

& ContactModelContact::getItem (   $pk = null)

Gets a list of contacts

Paramètres:
array
Renvoie:
mixed Object or null

Réimplémentée à partir de JModelAdmin.

Références $data, $db, $published, $query, $user, JText\_(), JFactory\getDate(), JFactory\getUser(), JRegistry\loadString(), null, et JError\raiseError().

+ Voici le graphe d'appel pour cette fonction :

ContactModelContact::getItem (   $pk = null)

Method to get a single record.

Paramètres:
integer$pkThe id of the primary key.
Renvoie:
mixed Object on success, false on failure.
Depuis:
1.6

Réimplémentée à partir de JModelAdmin.

Références $item, et JRegistry\loadString().

+ Voici le graphe d'appel pour cette fonction :

ContactModelContact::getReorderConditions (   $table)
protected

A protected method to get a set of ordering conditions.

Paramètres:
JTable$tableA record object.
Renvoie:
array An array of conditions to add to add to ordering queries.
Depuis:
1.6

Réimplémentée à partir de JModelAdmin.

ContactModelContact::getTable (   $type = 'Contact',
  $prefix = 'ContactTable',
  $config = array() 
)

Returns a Table object, always creating it

Paramètres:
type$typeThe table type to instantiate
string$prefixA prefix for the table class name. Optional.
array$configConfiguration array for model. Optional.
Renvoie:
JTable A database object
Depuis:
1.6

Réimplémentée à partir de JModel.

Références $config, $type, et JTable\getInstance().

+ Voici le graphe d'appel pour cette fonction :

ContactModelContact::loadFormData ( )
protected

Method to get the data that should be injected in the form.

Renvoie:
array The default data is an empty array.
Depuis:
11.1

Réimplémentée à partir de JModelForm.

Références $data, et JFactory\getApplication().

+ Voici le graphe d'appel pour cette fonction :

ContactModelContact::loadFormData ( )
protected

Method to get the data that should be injected in the form.

Renvoie:
mixed The data for the form.
Depuis:
1.6

Réimplémentée à partir de JModelForm.

Références $app, $data, JFactory\getApplication(), et JRequest\getInt().

+ Voici le graphe d'appel pour cette fonction :

ContactModelContact::populateState ( )
protected

Method to auto-populate the model state.

Note. Calling getState in this method will result in recursion.

Depuis:
1.6

Réimplémentée à partir de JModelAdmin.

Références $app, $params, $user, JFactory\getApplication(), JRequest\getInt(), et JFactory\getUser().

+ Voici le graphe d'appel pour cette fonction :

ContactModelContact::prepareTable ( $table)
protected

Prepare and sanitise the table prior to saving.

Paramètres:
JTable$table
Renvoie:
void
Depuis:
1.6

Réimplémentée à partir de JModelAdmin.

Références $date, $db, $user, ENT_QUOTES, JFactory\getDate(), JFactory\getDbo(), JFactory\getUser(), et JApplication\stringURLSafe().

+ Voici le graphe d'appel pour cette fonction :


Documentation des données membres

ContactModelContact::$_context = 'com_contact.contact'
protected
ContactModelContact::$_item = null
protected
ContactModelContact::$view_item = 'contact'
protected
Depuis:
1.6

La documentation de cette classe a été générée à partir des fichiers suivants :