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 TemplatesModelSource
+ Graphe d'héritage de TemplatesModelSource:
+ Graphe de collaboration de TemplatesModelSource:

Liste de tous les membres

Fonctions membres publiques

 getForm ($data=array(), $loadData=true)
getSource ()
getTemplate ()
 save ($data)
- Fonctions membres publiques inherited from JModelForm
 checkin ($pk=null)
 checkout ($pk=null)
 validate ($form, $data, $group=null)
- Fonctions membres publiques inherited from JModel
 __construct ($config=array())
 getDbo ()
 getName ()
 getState ($property=null, $default=null)
 getTable ($name= '', $prefix= 'Table', $options=array())
 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 protégées

 populateState ()
 loadFormData ()
- 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)

Attributs privés

 $_template = null

Additional Inherited Members

- 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()

Documentation des fonctions membres

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

Method to get the record 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:
JForm A JForm object on success, false on failure
Depuis:
1.6

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

Références $app, $db, $query, $state, JText\_(), et JFactory\getApplication().

+ Voici le graphe d'appel pour cette fonction :

& TemplatesModelSource::getSource ( )

Method to get a single record.

Renvoie:
mixed Object on success, false on failure.
Depuis:
1.6

Références $client, $item, JText\_(), JPath\clean(), JApplicationHelper\getClientInfo(), jimport(), et JFile\read().

+ Voici le graphe d'appel pour cette fonction :

& TemplatesModelSource::getTemplate ( )

Method to get the template information.

Renvoie:
mixed Object if successful, false if not and internal error is set.
Depuis:
1.6

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

+ Voici le graphe d'appel pour cette fonction :

TemplatesModelSource::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 $data, et JFactory\getApplication().

+ Voici le graphe d'appel pour cette fonction :

TemplatesModelSource::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 JModel.

Références $app, $id, $params, JFactory\getApplication(), JFile\getExt(), JComponentHelper\getParams(), et jimport().

+ Voici le graphe d'appel pour cette fonction :

TemplatesModelSource::save (   $data)

Method to store the source file contents.

Paramètres:
arrayThe souce data to save.
Renvoie:
boolean True on success, false otherwise and internal error set.
Depuis:
1.6

Références $client, $data, $dispatcher, $return, $template, JText\_(), JPath\clean(), elseif, JApplicationHelper\getClientInfo(), JClientHelper\getCredentials(), JDispatcher\getInstance(), JPluginHelper\importPlugin(), JPath\isOwner(), jimport(), JClientHelper\setCredentialsFromRequest(), JPath\setPermissions(), JText\sprintf(), et JFile\write().

+ Voici le graphe d'appel pour cette fonction :


Documentation des données membres

TemplatesModelSource::$_template = null
private

La documentation de cette classe a été générée à partir du fichier suivant :