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

Liste de tous les membres

Fonctions membres publiques

 __construct ($config=array())
getCategoryOrders ()
 getTable ($type= 'Banner', $prefix= 'BannersTable', $config=array())
 getItems ()
 impress ()
- Fonctions membres publiques inherited from JModelList
 getPagination ()
 getTotal ()
 getStart ()
 getUserStateFromRequest ($key, $request, $default=null, $type= 'none', $resetPage=true)
- 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

 getListQuery ()
 getStoreId ($id= '')
 populateState ($ordering=null, $direction=null)
 getStoreId ($id= '')
 getListQuery ()
- Fonctions membres protégées inherited from JModelList
 _getListQuery ()
- Fonctions membres protégées inherited from JModel
 _getList ($query, $limitstart=0, $limit=0)
 _getListCount ($query)
 _createTable ($name, $prefix= 'Table', $config=array())
 populateState ()
 cleanCache ($group=null, $client_id=0)

Additional Inherited Members

- Attributs protégés inherited from JModelList
 $cache = array()
 $context = null
 $filter_fields = array()
 $query = 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 constructeurs et destructeur

BannersModelBanners::__construct (   $config = array())

Constructor.

Paramètres:
arrayAn optional associative array of configuration settings.
Voir également:
JController
Depuis:
1.6

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

Références $config.


Documentation des fonctions membres

& BannersModelBanners::getCategoryOrders ( )

Method to get the maximum ordering value for each category.

Depuis:
1.6

Références $db, et $query.

BannersModelBanners::getItems ( )

Get a list of banners.

Renvoie:
array
Depuis:
1.6

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

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

+ Voici le graphe d'appel pour cette fonction :

BannersModelBanners::getListQuery ( )
protected

Gets a list of banners

Renvoie:
array An array of banner objects.
Depuis:
1.6

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

Références $config, $db, $ordering, $query, $type, elseif, JFactory\getLanguage(), JComponentHelper\getParams(), et JArrayHelper\toInteger().

+ Voici le graphe d'appel pour cette fonction :

BannersModelBanners::getListQuery ( )
protected

Build an SQL query to load the list data.

Renvoie:
JDatabaseQuery
Depuis:
1.6

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

Références $clientId, $db, $language, $published, $query, et elseif.

BannersModelBanners::getStoreId (   $id = '')
protected

Method to get a store id based on model configuration state.

This is necessary because the model is used by the component and different modules that might need different sets of data or different ordering requirements.

Paramètres:
string$idA prefix for the store id.
Renvoie:
string A store id.
Depuis:
1.6

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

Références $id.

BannersModelBanners::getStoreId (   $id = '')
protected

Method to get a store id based on model configuration state.

This is necessary because the model is used by the component and different modules that might need different sets of data or different ordering requirements.

Paramètres:
string$idA prefix for the store id.
Renvoie:
string A store id.
Depuis:
1.6

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

Références $id.

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

Returns a reference to the a Table object, always creating it.

Paramètres:
typeThe table type to instantiate
stringA prefix for the table class name. Optional.
arrayConfiguration 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 :

BannersModelBanners::impress ( )

Makes impressions on a list of banners

Renvoie:
void
Depuis:
1.6

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

+ Voici le graphe d'appel pour cette fonction :

BannersModelBanners::populateState (   $ordering = null,
  $direction = null 
)
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 JModelList.

Références $app, $clientId, $language, $params, $state, JFactory\getApplication(), et JComponentHelper\getParams().

+ Voici le graphe d'appel pour cette fonction :


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