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

Liste de tous les membres

Fonctions membres publiques

 batch ($commands, $pks, $contexts)
 getTable ($type= 'Banner', $prefix= 'BannersTable', $config=array())
 getForm ($data=array(), $loadData=true)
 stick (&$pks, $value=1)
 click ()
getItem ()
 getUrl ()
- Fonctions membres publiques inherited from JModelAdmin
 __construct ($config=array())
 checkin ($pks=array())
 checkout ($pk=null)
 delete (&$pks)
 getItem ($pk=null)
 publish (&$pks, $value=1)
 reorder ($pks, $delta=0)
 save ($data)
 saveorder ($pks=null, $order=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 protégées

 batchClient ($value, $pks, $contexts)
 batchCopy ($value, $pks, $contexts)
 canDelete ($record)
 canEditState ($record)
 loadFormData ()
 getReorderConditions ($table)
- 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)
 populateState ()
 prepareTable (&$table)
- 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 protégés

 $text_prefix = 'COM_BANNERS_BANNER'
 $_item
- Attributs protégés inherited from JModelAdmin
 $event_after_delete = null
 $event_after_save = null
 $event_before_delete = null
 $event_before_save = null
 $event_change_state = null
- 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()

Additional Inherited Members

- Fonctions membres publiques statiques inherited from JModelLegacy
static addIncludePath ($path= '', $prefix= '')
- Fonctions membres publiques statiques inherited from JModel
static addTablePath ($path)
static getInstance ($type, $prefix= '', $config=array())

Documentation des fonctions membres

BannersModelBanner::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 :

BannersModelBanner::batchClient (   $value,
  $pks,
  $contexts 
)
protected

Batch client changes for a group of banners.

Paramètres:
string$valueThe new value matching a client.
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 :

BannersModelBanner::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:
2.5

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 :

BannersModelBanner::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, et JFactory\getUser().

+ Voici le graphe d'appel pour cette fonction :

BannersModelBanner::canEditState (   $record)
protected

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

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 :

BannersModelBanner::click ( )

Clicks the URL, incrementing the counter

Renvoie:
void

Références $config, $count, $db, $id, $item, $query, JFactory\getDate(), JComponentHelper\getParams(), et JError\raiseError().

+ Voici le graphe d'appel pour cette fonction :

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

Method to get the record form.

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

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

Références $data.

& BannersModelBanner::getItem ( )

Get the data for a banner.

Renvoie:
object

Références $db, $id, $query, JFactory\getCache(), et JError\raiseError().

+ Voici le graphe d'appel pour cette fonction :

BannersModelBanner::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.

BannersModelBanner::getTable (   $type = 'Banner',
  $prefix = 'BannersTable',
  $config = array() 
)

Returns a JTable object, always creating it.

Paramètres:
string$typeThe table type to instantiate. [optional]
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 :

BannersModelBanner::getUrl ( )

Get the URL for a banner

Renvoie:
string

Références $item, et $url.

BannersModelBanner::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 :

BannersModelBanner::stick ( $pks,
  $value = 1 
)

Method to stick records.

Paramètres:
array&$pksThe ids of the items to publish.
integer$valueThe value of the published state
Renvoie:
boolean True on success.
Depuis:
1.6

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

+ Voici le graphe d'appel pour cette fonction :


Documentation des données membres

BannersModelBanner::$_item
protected
BannersModelBanner::$text_prefix = 'COM_BANNERS_BANNER'
protected

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


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