AbstractLocalise

Implements LocaliseInterface

Abstract 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

intThe 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

stringThe string to transliterate.

Response

string|boolThe transliterated string or boolean false on a failure