API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe SearchHelper

Liste de tous les membres

Fonctions membres publiques


Documentation des fonctions membres

SearchHelper::_smartSubstr ( text,
length = 200,
searchword 
)

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 $text, JString::strlen(), JString::strpos(), JString::strtolower(), et JString::substr().

Référencé par prepareSearchContent().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

SearchHelper::checkNoHtml ( object,
searchTerm,
fields 
)

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 $text, et JString::stristr().

Voici le graphe d'appel pour cette fonction :

SearchHelper::limitSearchWord ( &$  searchword)

Références JString::strlen(), et JString::substr().

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

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

SearchHelper::logSearch ( search_term)

Références $db, $mainframe, $params, $query, JFactory::getDBO(), et JComponentHelper::getParams().

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

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

SearchHelper::prepareSearchContent ( text,
length = 200,
searchword 
)

Prepares results from search for display

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

Références $text, et _smartSubstr().

Référencé par SearchViewSearch::display(), et plgXMLRPCJoomlaServices::searchSite().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

SearchHelper::santiseSearchWord ( &$  searchword,
searchphrase 
)

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

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

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :


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