API17:JUpdate:: characterData
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JUpdate::_characterData|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JUpdate::_characterData|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function _characterData ( |
| + | $parser | ||
| + | $data | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 20: | Line 22: | ||
|- | |- | ||
|$parser | |$parser | ||
| − | | | + | |data |
| | | | ||
| | | | ||
|- | |- | ||
|$data | |$data | ||
| − | | | + | |parser |
| | | | ||
| | | | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 152 of libraries/joomla/updater/update.php | |
| − | + | ||
| − | libraries/joomla/updater/update.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JUpdate::_characterData source code''' on [[jplatform:updater/update.php#cl-144|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JUpdate/11.1|JUpdate]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Updater/11.1|Updater]] | ||
| + | * [[JUpdate::_characterData|Other versions of JUpdate::_characterData]] | ||
| + | {{SeeAlso:JUpdate::_characterData}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JUpdate::_characterData|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JUpdate::_characterData|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 51: | Line 51: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JUpdate]][[Category:JUpdate::_characterData]]</noinclude> | <noinclude>[[Category:JUpdate]][[Category:JUpdate::_characterData]]</noinclude> | ||
Revision as of 21:53, 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.
JUpdate::_characterData
Description
Character Parser Function Note: This is public because its called externally.
Description:JUpdate:: characterData [Edit Descripton]
public function _characterData ( $parser $data )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $parser | data | ||
| $data | parser |
- Returns
- Defined on line 152 of libraries/joomla/updater/update.php
See also
-
JUpdate::_characterData source code on BitBucket
-
Class JUpdate
-
Subpackage Updater
- Other versions of JUpdate::_characterData
SeeAlso:JUpdate:: characterData [Edit See Also]
User contributed notes
<CodeExamplesForm />
