JFilterInput::clean: Difference between revisions
From Joomla! Documentation
m JoomlaWikiBot moved page JFilterInput::clean/11.1 to API17:JFilterInput::clean without leaving a redirect: Robot: Moved page |
m →User contributed notes: moving preparation |
||
| Line 54: | Line 54: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Revision as of 15:59, 11 May 2013
JFilterInput::clean
Description
Method to be called by another php script.
Template:Description:JFilterInput::clean [Edit Descripton]
public function clean (
$source
$type='string'
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $source | |||
| $type | 'string' |
- Returns
- Defined on line 131 of libraries/joomla/filter/filterinput.php
See also
JFilterInput::clean source code on BitBucket
Class JFilterInput
Subpackage Filter- Other versions of JFilterInput::clean
Template:SeeAlso:JFilterInput::clean [Edit See Also]
User contributed notes
<CodeExamplesForm />