API17:JFilterOutput::linkXHTMLSafe
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JFilterOutput::linkXHTMLSafe
Description
This method processes a string and replaces all instances of & with & in links only.
Description:JFilterOutput::linkXHTMLSafe [Edit Descripton]
public static function linkXHTMLSafe ($input)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $input | string | String to process |
- Returns string Processed string
- Defined on line 65 of libraries/joomla/filter/filteroutput.php
- Since
See also
-
JFilterOutput::linkXHTMLSafe source code on BitBucket
-
Class JFilterOutput
-
Subpackage Filter
- Other versions of JFilterOutput::linkXHTMLSafe
SeeAlso:JFilterOutput::linkXHTMLSafe [Edit See Also]
User contributed notes
<CodeExamplesForm />
