AbstractLocalise
Implements LocaliseInterfaceAbstract localisation handler class
abstract
since |
2.0.0-alpha |
---|---|
package |
Joomla Framework |
Methods
getPluralSuffixes
Returns an array of suffixes for plural rules.
getPluralSuffixes(int count) : string[]
since |
2.0.0-alpha |
---|
Arguments
- count
int
The count number the rule is for.
Response
string[]
The array of suffixes.
transliterate
Transliterate function
transliterate(string string) : string|bool
This method processes a string and replaces all accented UTF-8 characters by unaccented ASCII-7 equivalents.
since |
2.0.0-alpha |
---|
Arguments
- string
string
The string to transliterate.
Response
string|bool
The transliterated string or boolean false on a failure