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 SearchHelper

Liste de tous les membres

Fonctions membres publiques statiques

static addSubmenu ($vName)
static getActions ()
static santiseSearchWord (&$searchword, $searchphrase)
static limitSearchWord (&$searchword)
static logSearch ($search_term)
static prepareSearchContent ($text, $searchword)
static checkNoHtml ($object, $searchTerm, $fields)
static _smartSubstr ($text, $searchword)

Documentation des fonctions membres

static SearchHelper::_smartSubstr (   $text,
  $searchword 
)
static

returns substring of characters around a searchword

Paramètres:
stringThe source string
intNumber of chars to return
stringThe searchword to select around
Renvoie:
string

Références $lang, $text, JFactory\getLanguage(), JString\strlen(), JString\strpos(), JString\strtolower(), et JString\substr().

+ Voici le graphe d'appel pour cette fonction :

static SearchHelper::addSubmenu (   $vName)
static

Configure the Linkbar.

Paramètres:
stringThe name of the active view.
Depuis:
1.6

Référencé par SearchController\display().

+ Voici le graphe des appelants de cette fonction :

static SearchHelper::checkNoHtml (   $object,
  $searchTerm,
  $fields 
)
static

Checks an object for search terms (after stripping fields of HTML)

Paramètres:
objectThe object to check
stringSearch words to check for
arrayList of object variables to check against
Renvoie:
boolean True if searchTerm is in object, false otherwise

Références $field, $fields, $text, et JString\stristr().

+ Voici le graphe d'appel pour cette fonction :

static SearchHelper::getActions ( )
static

Gets a list of the actions that can be performed.

Renvoie:
JObject

Références $user, JAccess\getActions(), et JFactory\getUser().

Référencé par SearchViewSearches\addToolbar().

+ Voici le graphe d'appel pour cette fonction :

+ Voici le graphe des appelants de cette fonction :

static SearchHelper::limitSearchWord ( $searchword)
static

Références $lang, $upper_limit, JFactory\getLanguage(), JString\strlen(), et JString\substr().

Référencé par SearchViewSearch\display().

+ Voici le graphe d'appel pour cette fonction :

+ Voici le graphe des appelants de cette fonction :

static SearchHelper::logSearch (   $search_term)
static

Références $db, $params, $query, JFactory\getDbo(), et JComponentHelper\getParams().

Référencé par SearchViewSearch\display().

+ Voici le graphe d'appel pour cette fonction :

+ Voici le graphe des appelants de cette fonction :

static SearchHelper::prepareSearchContent (   $text,
  $searchword 
)
static

Prepares results from search for display

Paramètres:
stringThe source string
stringThe searchword to select around
Renvoie:
string

Références $text.

Référencé par SearchViewSearch\display().

+ Voici le graphe des appelants de cette fonction :

static SearchHelper::santiseSearchWord ( $searchword,
  $searchphrase 
)
static

Références $lang, $tag, JFactory\getLanguage(), JString\strlen(), et JString\strtolower().

Référencé par SearchViewSearch\display().

+ Voici le graphe d'appel pour cette fonction :

+ Voici le graphe des appelants de cette fonction :


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