Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
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) |
static | stripIframes ($string) |
Définition à la ligne 19 du fichier output.php.
|
static |
Callback method for replacing & with & in a string
string | $m | String to process |
Définition à la ligne 173 du fichier output.php.
|
static |
Replaces & with & for XHTML compliance
string | $text | Text to process |
Définition à la ligne 152 du fichier output.php.
|
static |
Cleans text of all formatting and scripting code
string | &$text | Text to clean |
Définition à la ligne 189 du fichier output.php.
|
static |
This method processes a string and replaces all instances of & with & in links only.
string | $input | String to process |
Définition à la ligne 70 du fichier output.php.
|
static |
Makes an object safe to display in forms
Object parameters that are non-string, array, object or start with underscore will be converted
object | &$mixed | An object to be parsed |
integer | $quote_style | The optional quote style for the htmlspecialchars function |
mixed | $exclude_keys | An optional string single field name or array of field names not to be parsed (eg, for a textarea) |
Définition à la ligne 36 du fichier output.php.
|
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.
string | $string | String to process |
Définition à la ligne 87 du fichier output.php.
Références JFactory\getLanguage(), et JString\strtolower().
|
static |
This method implements unicode slugs instead of transliteration.
string | $string | String to process |
Définition à la ligne 116 du fichier output.php.
Références JString\strtolower().
|
static |
Strip iframe-tags from string
string | $string | Sting to be cleaned. |
Définition à la ligne 227 du fichier output.php.
|
static |
Strip img-tags from string
string | $string | Sting to be cleaned. |
Définition à la ligne 213 du fichier output.php.