API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe JFilterOutput

Liste de tous les membres

Fonctions membres publiques

Fonctions membres publiques statiques


Documentation des fonctions membres

JFilterOutput::_ampReplaceCallback ( m) [static]

Callback method for replacing & with & in a string

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

Replaces & with & for xhtml compliance

Depuis:
1.5

Références $text.

Référencé par ampReplace(), MenusViewList::display(), JHTMLSelect::options(), modMainMenuHelper::render(), et ConfigControllerApplication::save().

Voici le graphe d'appel pour cette fonction :

JFilterOutput::cleanText ( &$  text)

Cleans text of all formating and scripting code

Références $text.

Référencé par mosHTML::cleanText().

Voici le graphe d'appel pour cette fonction :

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:
1.5
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:
objectAn object to be parsed
intThe optional quote style for the htmlspecialchars function
string|arrayAn optional single field name or array of field names not to be parsed (eg, for a textarea)
Depuis:
1.5

Références $k.

Référencé par WeblinksViewWeblink::_displayForm(), BannersViewBanner::banner(), BannersViewClients::client(), MenusViewItem::edit(), sections_html::edit(), HTML_modules::edit(), categories_html::edit(), HTML_contact::editContact(), ContentView::editContent(), HTML_newsfeeds::editNewsFeed(), et mosMakeHtmlSafe().

Voici le graphe d'appel pour cette fonction :

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 lowercased.

Paramètres:
string$inputString to process
Renvoie:
string Processed string
Depuis:
1.5

Références $lang, et JFactory::getLanguage().

Référencé par TableWeblink::check(), JTableSection::check(), TablePoll::check(), TableNewsFeed::check(), JTableMenu::check(), JTableContent::check(), TableContact::check(), JTableCategory::check(), et TableBanner::check().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :


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