Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JFilterOutput

Liste de tous les membres

Fonctions membres publiques statiques

static objectHTMLSafe (&$mixed, $quote_style=ENT_QUOTES, $exclude_keys= '')
static linkXHTMLSafe ($input)
static stringURLSafe ($string)
static stringURLUnicodeSlug ($string)
static ampReplace ($text)
static _ampReplaceCallback ($m)
static cleanText (&$text)
static stripImages ($string)

Documentation des fonctions membres

static JFilterOutput::_ampReplaceCallback (   $m)
static

Callback method for replacing & with & in a string

Paramètres:
string$mString to process
Renvoie:
string Replaced string
Depuis:
11.1
static JFilterOutput::ampReplace (   $text)
static

Replaces & with & for XHTML compliance

Paramètres:
string$textText to process
Renvoie:
string Processed string.
Depuis:
11.1

Références $text.

Référencé par JMenuNode\__construct(), et ConfigModelApplication\save().

+ Voici le graphe des appelants de cette fonction :

static JFilterOutput::cleanText ( $text)
static

Cleans text of all formatting and scripting code

Paramètres:
string&$textText to clean
Renvoie:
string Cleaned text.
Depuis:
11.1

Références $text.

static JFilterOutput::linkXHTMLSafe (   $input)
static

This method processes a string and replaces all instances of & with & in links only.

Paramètres:
string$inputString to process
Renvoie:
string Processed string
Depuis:
11.1
static JFilterOutput::objectHTMLSafe ( $mixed,
  $quote_style = ENT_QUOTES,
  $exclude_keys = '' 
)
static

Makes an object safe to display in forms

Object parameters that are non-string, array, object or start with underscore will be converted

Paramètres:
object&$mixedAn object to be parsed
integer$quote_styleThe optional quote style for the htmlspecialchars function
mixed$exclude_keysAn optional string single field name or array of field names not to be parsed (eg, for a textarea)
Renvoie:
void
Depuis:
11.1

Références elseif, et null.

static JFilterOutput::stringURLSafe (   $string)
static

This method processes a string and replaces all accented UTF-8 characters by unaccented ASCII-7 "equivalents", whitespaces are replaced by hyphens and the string is lowercase.

Paramètres:
string$stringString to process
Renvoie:
string Processed string
Depuis:
11.1

Références $lang, JFactory\getLanguage(), et JString\strtolower().

+ Voici le graphe d'appel pour cette fonction :

static JFilterOutput::stringURLUnicodeSlug (   $string)
static

This method implements unicode slugs instead of transliteration.

Paramètres:
string$stringString to process
Renvoie:
string Processed string
Depuis:
11.1

Références JString\strtolower().

+ Voici le graphe d'appel pour cette fonction :

static JFilterOutput::stripImages (   $string)
static

Strip img-tags from string

Paramètres:
string$stringSting to be cleaned.
Renvoie:
string Cleaned string
Depuis:
11.1

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