XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe StopWords

Fonctions membres publiques

 __construct ()
 
 check ($key)
 

Champs de données

const ENCODING = 'UTF-8'
 

Attributs protégés

 $stopwordList = array()
 

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( )

StopWords constructor - load stop words for current locale

A faire:
specify locale to constructor, will require shift away from defined constant

Documentation des fonctions membres

◆ check()

check (   $key)

check - look up a word in a list of stop words and classify it as a significant word or a stop word.

Paramètres
string$keythe word to check
Renvoie
bool True if word is significant, false if it is a stop word

Documentation des champs

◆ $stopwordList

$stopwordList = array()
protected

◆ ENCODING

const ENCODING = 'UTF-8'

mbstring encoding


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