Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe FinderModelFilter
+ Graphe d'héritage de FinderModelFilter:

Fonctions membres publiques

 getFilter ()
 
 getForm ($data=array(), $loadData=true)
 
 getTable ($type='Filter', $prefix='FinderTable', $config=array())
 
 getTotal ()
 

Fonctions membres protégées

 cleanCache ($group='com_finder', $clientId=1)
 
 loadFormData ()
 

Attributs protégés

 $text_prefix = 'COM_FINDER'
 
 $context = 'com_finder.filter'
 

Description détaillée

Filter model class for Finder.

Depuis
2.5

Documentation des fonctions membres

◆ cleanCache()

cleanCache (   $group = 'com_finder',
  $clientId = 1 
)
protected

Custom clean cache method.

Paramètres
string$groupThe component name. [optional]
integer$clientIdThe client ID. [optional]
Renvoie
void
Depuis
2.5

Références $clientId.

◆ getFilter()

getFilter ( )

Method to get the filter data.

Renvoie
FinderTableFilter|boolean The filter data or false on a failure.
Depuis
2.5

Références $filter, $return, et elseif.

◆ getForm()

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
JForm|boolean A JForm object on success, false on failure
Depuis
2.5

Références $form.

◆ getTable()

getTable (   $type = 'Filter',
  $prefix = 'FinderTable',
  $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
2.5

Références $config, $prefix, et $type.

◆ getTotal()

getTotal ( )

Method to get the total indexed items

Renvoie
number the number of indexed items
Depuis
3.5

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

◆ loadFormData()

loadFormData ( )
protected

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

Renvoie
mixed The data for the form.
Depuis
2.5

Références $data.

Documentation des champs

◆ $context

$context = 'com_finder.filter'
protected

◆ $text_prefix

$text_prefix = 'COM_FINDER'
protected

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