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é
Référence de la classe FOFStringUtils

Fonctions membres publiques statiques

static toSlug ($value)
 
static toASCII ($value)
 
static toBool ($string)
 

Documentation des fonctions membres

◆ toASCII()

static toASCII (   $value)
static

Convert common norhern European languages' letters into plain ASCII. This is a rudimentary transliteration.

Paramètres
string$valueThe value to convert to ASCII
Renvoie
string The converted string

Références $value, et null.

◆ toBool()

static toBool (   $string)
static

Convert a string to a boolean.

Paramètres
string$stringThe string.
Renvoie
boolean The converted string

Référencé par FOFFormFieldActions\getConfig(), et FOFToolbar\renderToolbarElement().

◆ toSlug()

static toSlug (   $value)
static

Convert a string into a slug (alias), suitable for use in URLs. Please note that transliteration suupport is rudimentary at this stage.

Paramètres
string$valueA string to convert to slug
Renvoie
string The slug

Références $value.

Référencé par FOFTableNested\check().


La documentation de cette classe a été générée à partir du fichier suivant :