OutputFilterWrapper
Wrapper class for OutputFilter
| since |
3.4 |
|---|---|
| deprecated |
4.0 Use |
| package |
Joomla CMS |
Methods
_ampReplaceCallback
Helper wrapper method for _ampReplaceCallback
_ampReplaceCallback(string m) : string
| see | OutputFilter::_ampReplaceCallback() |
|---|---|
| since |
3.4 |
| deprecated |
4.0 Use |
Arguments
- m
stringString to process.
Response
stringReplaced string.
ampReplace
Helper wrapper method for ampReplace
ampReplace(string text) : string
| see | OutputFilter::ampReplace() |
|---|---|
| since |
3.4 |
| deprecated |
4.0 Use |
Arguments
- text
stringText to process.
Response
stringProcessed string.
cleanText
Helper wrapper method for cleanText
cleanText(string &text) : string
| see | OutputFilter::cleanText() |
|---|---|
| since |
3.4 |
| deprecated |
4.0 Use |
Arguments
- text
stringText to clean.
Response
stringCleaned text.
linkXHTMLSafe
Helper wrapper method for linkXHTMLSafe
linkXHTMLSafe(string input) : string
| see | OutputFilter::linkXHTMLSafe() |
|---|---|
| since |
3.4 |
| deprecated |
4.0 Use |
Arguments
- input
stringString to process.
Response
stringProcessed string.
objectHTMLSafe
Helper wrapper method for objectHTMLSafe
objectHTMLSafe(object &mixed, int quoteStyle = 3, mixed excludeKeys = '') : void
| see | OutputFilter::objectHTMLSafe() |
|---|---|
| since |
3.4 |
| deprecated |
4.0 Use |
Arguments
- mixed
objectAn object to be parsed.- quoteStyle
intThe optional quote style for the htmlspecialchars function.- excludeKeys
mixedAn optional string single field name or array of field names not.
stringURLSafe
Helper wrapper method for stringURLSafe
stringURLSafe(string string) : string
| see | OutputFilter::stringURLSafe() |
|---|---|
| since |
3.4 |
| deprecated |
4.0 Use |
Arguments
- string
stringString to process.
Response
stringProcessed string.
stringURLUnicodeSlug
Helper wrapper method for stringURLUnicodeSlug
stringURLUnicodeSlug(string string) : string
| see | OutputFilter::stringURLUnicodeSlug() |
|---|---|
| since |
3.4 |
| deprecated |
4.0 Use |
Arguments
- string
stringString to process.
Response
stringProcessed string.
stripIframes
Helper wrapper method for stripIframes
stripIframes(string string) : string
| see | OutputFilter::stripIframes() |
|---|---|
| since |
3.4 |
| deprecated |
4.0 Use |
Arguments
- string
stringSting to be cleaned.
Response
stringCleaned string.
stripImages
Helper wrapper method for stripImages
stripImages(string string) : string
| see | OutputFilter::stripImages() |
|---|---|
| since |
3.4 |
| deprecated |
4.0 Use |
Arguments
- string
stringSting to be cleaned.
Response
stringCleaned string.