API17:JFilterInput:: cleanTags
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JFilterInput::_cleanTags|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JFilterInput::_cleanTags|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | protected | + | protected function _cleanTags ($source) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 27: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' string 'Cleaned' version of input parameter | |
| − | string 'Cleaned' version of input parameter | + | * '''Defined''' on line 316 of libraries/joomla/filter/filterinput.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/filter/filterinput.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JFilterInput::_cleanTags source code''' on [[jplatform:filter/filterinput.php#cl-308|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JFilterInput/11.1|JFilterInput]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Filter/11.1|Filter]] | ||
| + | * [[JFilterInput::_cleanTags|Other versions of JFilterInput::_cleanTags]] | ||
| + | {{SeeAlso:JFilterInput::_cleanTags}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JFilterInput::_cleanTags|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JFilterInput::_cleanTags|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 47: | Line 44: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JFilterInput]][[Category:JFilterInput::_cleanTags]]</noinclude> | <noinclude>[[Category:JFilterInput]][[Category:JFilterInput::_cleanTags]]</noinclude> | ||
Revision as of 20:57, 27 April 2011
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.
JFilterInput::_cleanTags
Description
Internal method to strip a string of certain tags.
Description:JFilterInput:: cleanTags [Edit Descripton]
protected function _cleanTags ($source)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $source | string | Input string to be 'cleaned' |
- Returns string 'Cleaned' version of input parameter
- Defined on line 316 of libraries/joomla/filter/filterinput.php
- Since
See also
-
JFilterInput::_cleanTags source code on BitBucket
-
Class JFilterInput
-
Subpackage Filter
- Other versions of JFilterInput::_cleanTags
SeeAlso:JFilterInput:: cleanTags [Edit See Also]
User contributed notes
<CodeExamplesForm />
