API17:JUpdaterCollection
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
m (→User contributed notes: bad link repair) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JUpdaterCollection== | ||
| + | ===Description=== | ||
| + | {{Description:JUpdaterCollection}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JUpdaterCollection|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JUpdaterCollection|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JUpdaterCollection::_endElement/11.1|_endElement]] | |[[JUpdaterCollection::_endElement/11.1|_endElement]] | ||
|Closing an XML element Note: This is a private function though has to be exposed externally as a callback. | |Closing an XML element Note: This is a private function though has to be exposed externally as a callback. | ||
|- | |- | ||
| + | |public | ||
|[[JUpdaterCollection::_startElement/11.1|_startElement]] | |[[JUpdaterCollection::_startElement/11.1|_startElement]] | ||
|Opening an XML element. | |Opening an XML element. | ||
|- | |- | ||
| + | |public | ||
|[[JUpdaterCollection::findUpdate/11.1|findUpdate]] | |[[JUpdaterCollection::findUpdate/11.1|findUpdate]] | ||
| | | | ||
|- | |- | ||
| + | |protected | ||
|[[JUpdaterCollection::_getParent/11.1|_getParent]] | |[[JUpdaterCollection::_getParent/11.1|_getParent]] | ||
|Get the parent tag. | |Get the parent tag. | ||
|- | |- | ||
| + | |protected | ||
|[[JUpdaterCollection::_getStackLocation/11.1|_getStackLocation]] | |[[JUpdaterCollection::_getStackLocation/11.1|_getStackLocation]] | ||
|Gets the reference to the current direct parent. | |Gets the reference to the current direct parent. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/updater/adapters/collection.php | ||
| + | * '''Extends''' [[JUpdateAdapter/11.1|JUpdateAdapter]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.updater.adapters.collection' );</source> | <source lang="php">jimport( 'joomla.updater.adapters.collection' );</source> | ||
===See also=== | ===See also=== | ||
| − | * JUpdaterCollection source code | + | * {{JVer|11.1}} '''JUpdaterCollection source code''' on [[jplatform:updater/adapters/collection.php|BitBucket]] |
| − | * [[JUpdaterCollection|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Updater/11.1|Updater]] |
| + | * [[JUpdaterCollection|Other versions of JUpdaterCollection]] | ||
{{SeeAlso:JUpdaterCollection}} | {{SeeAlso:JUpdaterCollection}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JUpdaterCollection|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JUpdaterCollection|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 51: | Line 54: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JUpdaterCollection]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JUpdaterCollection]]</noinclude> |
Revision as of 14:06, 29 August 2012
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.
JUpdaterCollection
Description
Description:JUpdaterCollection [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | _endElement | Closing an XML element Note: This is a private function though has to be exposed externally as a callback. |
| public | _startElement | Opening an XML element. |
| public | findUpdate | |
| protected | _getParent | Get the parent tag. |
| protected | _getStackLocation | Gets the reference to the current direct parent. |
- Defined in libraries/joomla/updater/adapters/collection.php
- Extends JUpdateAdapter
Importing
jimport( 'joomla.updater.adapters.collection' );
See also
-
JUpdaterCollection source code on BitBucket
-
Subpackage Updater
- Other versions of JUpdaterCollection
SeeAlso:JUpdaterCollection [Edit See Also]
User contributed notes
<CodeExamplesForm />
