![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de SearchModelSearch:Fonctions membres publiques | |
| __construct () | |
| setSearch ($keyword, $match='all', $ordering='newest') | |
| getData () | |
| getTotal () | |
| setAreas ($active=array(), $search=array()) | |
| getPagination () | |
| getAreas () | |
Attributs protégés | |
| $_data = null | |
| $_total = null | |
| $_areas = null | |
| $_pagination = null | |
Search Component Search Model
| __construct | ( | ) |
| getAreas | ( | ) |
Method to get the search areas
Références $dispatcher, et JEventDispatcher\getInstance().
| getData | ( | ) |
Method to get weblink item data for the category
public
Références $dispatcher, $results, $rows, et JEventDispatcher\getInstance().
| getPagination | ( | ) |
Method to get a pagination object of the weblink items for the category
public
| getTotal | ( | ) |
Method to get the total number of weblink items for the category
public
| setAreas | ( | $active = array(), |
|
$search = array() |
|||
| ) |
Method to set the search areas
| array | $active | areas |
| array | $search | areas |
public
Références $active.
| setSearch | ( | $keyword, | |
$match = 'all', |
|||
$ordering = 'newest' |
|||
| ) |
Method to set the search parameters
| string | $keyword | string search string |
| string | $match | matching option, exact|any|all |
| string | $ordering | option, newest|oldest|popular|alpha|category |
public
Références $ordering.
|
protected |
|
protected |
|
protected |
|
protected |