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é
|
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' | |
Filter model class for Finder.
|
protected |
Custom clean cache method.
string | $group | The component name. [optional] |
integer | $clientId | The client ID. [optional] |
Références $clientId.
getFilter | ( | ) |
getForm | ( | $data = array() , |
|
$loadData = true |
|||
) |
Method to get the record form.
array | $data | Data for the form. [optional] |
boolean | $loadData | True if the form is to load its own data (default case), false if not. [optional] |
Références $form.
getTable | ( | $type = 'Filter' , |
|
$prefix = 'FinderTable' , |
|||
$config = array() |
|||
) |
Returns a JTable object, always creating it.
string | $type | The table type to instantiate. [optional] |
string | $prefix | A prefix for the table class name. [optional] |
array | $config | Configuration array for model. [optional] |
getTotal | ( | ) |
|
protected |
Method to get the data that should be injected in the form.
Références $data.
|
protected |
|
protected |