API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JFilterOutput::_ampReplaceCallback | ( | $ | m | ) | [static] |
Callback method for replacing & with & in a string
string | $m | String to process |
JFilterOutput::ampReplace | ( | $ | text | ) | [static] |
Replaces & with & for xhtml compliance
Références $text.
Référencé par ampReplace(), MenusViewList::display(), JHTMLSelect::options(), modMainMenuHelper::render(), et ConfigControllerApplication::save().
JFilterOutput::cleanText | ( | &$ | text | ) |
Cleans text of all formating and scripting code
Références $text.
Référencé par mosHTML::cleanText().
JFilterOutput::linkXHTMLSafe | ( | $ | input | ) | [static] |
This method processes a string and replaces all instances of & with & in links only
string | $input | String to process |
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
object | An object to be parsed |
int | The optional quote style for the htmlspecialchars function |
string|array | An optional single field name or array of field names not to be parsed (eg, for a textarea) |
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().
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.
string | $input | String to process |
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().