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

Liste de tous les membres

Fonctions membres publiques

 __construct ()
 setSearch ($keyword, $match= 'all', $ordering= 'newest')
 setAreas ($active=array(), $search=array())
 getData ()
 getTotal ()
 getPagination ()
 getAreas ()

Attributs publics

 $_data = null
 $_total = null
 $_areas = null
 $_pagination = null

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 constructeurs et destructeur

SearchModelSearch::__construct ( )

Constructor

Depuis:
1.5

Références $app, $config, $ordering, $params, elseif, JFactory\getApplication(), JFactory\getConfig(), JRequest\getString(), JRequest\getUInt(), JRequest\getVar(), et JRequest\getWord().

+ Voici le graphe d'appel pour cette fonction :


Documentation des fonctions membres

SearchModelSearch::getAreas ( )

Method to get the search areas

Depuis:
1.5

Références $dispatcher, JDispatcher\getInstance(), et JPluginHelper\importPlugin().

+ Voici le graphe d'appel pour cette fonction :

SearchModelSearch::getData ( )

Method to get weblink item data for the category

public

Renvoie:
array

Références $dispatcher, JDispatcher\getInstance(), et JPluginHelper\importPlugin().

+ Voici le graphe d'appel pour cette fonction :

SearchModelSearch::getPagination ( )

Method to get a pagination object of the weblink items for the category

public

Renvoie:
integer

Références jimport().

+ Voici le graphe d'appel pour cette fonction :

SearchModelSearch::getTotal ( )

Method to get the total number of weblink items for the category

public

Renvoie:
integer
SearchModelSearch::setAreas (   $active = array(),
  $search = array() 
)

Method to set the search areas

public

Paramètres:
arrayActive areas
arraySearch areas

Références $active.

SearchModelSearch::setSearch (   $keyword,
  $match = 'all',
  $ordering = 'newest' 
)

Method to set the search parameters

public

Paramètres:
stringsearch string
stringmathcing option, exact|any|all
stringordering option, newest|oldest|popular|alpha|category

Références $ordering.


Documentation des données membres

SearchModelSearch::$_areas = null
SearchModelSearch::$_data = null
SearchModelSearch::$_pagination = null
SearchModelSearch::$_total = null

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