Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct ($locale=null) | |
tokenise ($input) | |
stem ($token) | |
Fonctions membres publiques statiques | |
static | getInstance ($language) |
Champs de données | |
$language | |
$spacer = ' ' | |
Attributs protégés | |
$stemmer = null | |
Attributs protégés statiques | |
static | $instances = array() |
__construct | ( | $locale = null | ) |
Method to construct the language object.
Références StemmerFactory\create(), language, et null.
|
static |
Method to get a language support object.
string | $language | The language of the support object. |
Références $class, $language, et Helper\getPrimaryLanguage().
Référencé par Helper\stem(), et Helper\tokenize().
stem | ( | $token | ) |
Method to stem a token.
string | $token | The token to stem. |
Références null.
tokenise | ( | $input | ) |
Method to tokenise a text string.
string | $input | The input to tokenise. |
Références $input, ENT_QUOTES, et StringHelper\strtolower().
|
staticprotected |
$spacer = ' ' |
|
protected |