◆ getIgnoredSearchWords() [1/2]
static getIgnoredSearchWords |
( |
| ) |
|
|
static |
Returns the ignored search words
- Renvoie
- array An array of ignored search words.
- Depuis
- 1.6
◆ getIgnoredSearchWords() [2/2]
static getIgnoredSearchWords |
( |
| ) |
|
|
static |
Returns the ignored search words
- Renvoie
- array An array of ignored search words.
- Depuis
- 1.6
◆ getLowerLimitSearchWord() [1/2]
static getLowerLimitSearchWord |
( |
| ) |
|
|
static |
Returns the lower length limit of search words
- Renvoie
- integer The lower length limit of search words.
- Depuis
- 1.6
◆ getLowerLimitSearchWord() [2/2]
static getLowerLimitSearchWord |
( |
| ) |
|
|
static |
Returns the lower length limit of search words
- Renvoie
- integer The lower length limit of search words.
- Depuis
- 1.6
◆ getPluralSuffixes() [1/2]
static getPluralSuffixes |
( |
|
$count | ) |
|
|
static |
Returns the potential suffixes for a specific number of items
- Paramètres
-
int | $count | The number of items. |
- Renvoie
- array An array of potential suffixes.
- Depuis
- 1.6
Références $count, $return, et elseif.
◆ getPluralSuffixes() [2/2]
static getPluralSuffixes |
( |
|
$count | ) |
|
|
static |
Returns the potential suffixes for a specific number of items
- Paramètres
-
int | $count | The number of items. |
- Renvoie
- array An array of potential suffixes.
- Depuis
- 1.6
Références $count, $return, et elseif.
◆ getSearchDisplayedCharactersNumber() [1/2]
static getSearchDisplayedCharactersNumber |
( |
| ) |
|
|
static |
Returns the number of chars to display when searching
- Renvoie
- integer The number of chars to display when searching.
- Depuis
- 1.6
◆ getSearchDisplayedCharactersNumber() [2/2]
static getSearchDisplayedCharactersNumber |
( |
| ) |
|
|
static |
Returns the number of chars to display when searching
- Renvoie
- integer The number of chars to display when searching.
- Depuis
- 1.6
◆ getUpperLimitSearchWord() [1/2]
static getUpperLimitSearchWord |
( |
| ) |
|
|
static |
Returns the upper length limit of search words
- Renvoie
- integer The upper length limit of search words.
- Depuis
- 1.6
◆ getUpperLimitSearchWord() [2/2]
static getUpperLimitSearchWord |
( |
| ) |
|
|
static |
Returns the upper length limit of search words
- Renvoie
- integer The upper length limit of search words.
- Depuis
- 1.6
◆ transliterate() [1/2]
static transliterate |
( |
|
$string | ) |
|
|
static |
This method processes a string and replaces all accented UTF-8 characters by unaccented ASCII-7 "equivalents"
- Paramètres
-
string | $string | The string to transliterate |
- Renvoie
- string The transliteration of the string
- Depuis
- 1.6
◆ transliterate() [2/2]
static transliterate |
( |
|
$string | ) |
|
|
static |
This method processes a string and replaces all accented UTF-8 characters by unaccented ASCII-7 "equivalents"
- Paramètres
-
string | $string | The string to transliterate |
- Renvoie
- string The transliteration of the string
- Depuis
- 1.6
La documentation de cette classe a été générée à partir du fichier suivant :