Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
stem ($token, $lang) | |
Fonctions membres publiques statiques | |
static | getInstance ($adapter) |
Champs de données | |
$cache = array() | |
Stemmer base class for the Finder indexer package.
|
static |
Method to get a stemmer, creating it if necessary.
string | $adapter | The type of stemmer to load. |
Exception | on invalid stemmer. |
Références $class, $path, et JLoader\register().
Référencé par FinderIndexer\getState(), et FinderModelSearch\populateState().
|
abstract |
Method to stem a token and return the root.
string | $token | The token to stem. |
string | $lang | The language of the token. |
$cache = array() |