Liste de tous les membres
Documentation des fonctions membres
static JFilterOutput::_ampReplaceCallback |
( |
|
$m | ) |
|
|
static |
Callback method for replacing & with & in a string
- Paramètres:
-
string | $m | String to process |
- Renvoie:
- string Replaced string
- Depuis:
- 11.1
static JFilterOutput::ampReplace |
( |
|
$text | ) |
|
|
static |
static JFilterOutput::cleanText |
( |
& |
$text | ) |
|
|
static |
Cleans text of all formatting and scripting code
- Paramètres:
-
string | &$text | Text 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 | $input | String 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 | &$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) |
- 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 | $string | String to process |
- Renvoie:
- string Processed string
- Depuis:
- 11.1
Références $lang, JFactory\getLanguage(), et JString\strtolower().
static JFilterOutput::stringURLUnicodeSlug |
( |
|
$string | ) |
|
|
static |
This method implements unicode slugs instead of transliteration.
- Paramètres:
-
string | $string | String to process |
- Renvoie:
- string Processed string
- Depuis:
- 11.1
Références JString\strtolower().
static JFilterOutput::stripImages |
( |
|
$string | ) |
|
|
static |
Strip img-tags from string
- Paramètres:
-
string | $string | Sting 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 :