API17:JInputFiles::decodeData
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JInputFiles::decodeData|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JInputFiles::decodeData|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | protected | + | protected function decodeData ($data) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 25: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 57 of libraries/joomla/application/input/files.php | |
| − | + | ||
| − | libraries/joomla/application/input/files.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JInputFiles::decodeData source code''' on [[jplatform:application/input/files.php#cl-49|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JInputFiles/11.1|JInputFiles]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]] | ||
| + | * [[JInputFiles::decodeData|Other versions of JInputFiles::decodeData]] | ||
| + | {{SeeAlso:JInputFiles::decodeData}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JInputFiles::decodeData|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JInputFiles::decodeData|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 46: | Line 43: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JInputFiles]][[Category:JInputFiles::decodeData]]</noinclude> | <noinclude>[[Category:JInputFiles]][[Category:JInputFiles::decodeData]]</noinclude> | ||
Revision as of 21:10, 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.
JInputFiles::decodeData
Description
Description:JInputFiles::decodeData [Edit Descripton]
protected function decodeData ($data)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data |
- Returns
- Defined on line 57 of libraries/joomla/application/input/files.php
See also
-
JInputFiles::decodeData source code on BitBucket
-
Class JInputFiles
-
Subpackage Application
- Other versions of JInputFiles::decodeData
SeeAlso:JInputFiles::decodeData [Edit See Also]
User contributed notes
<CodeExamplesForm />
