API17

Difference between revisions of "JUpdaterCollection"

From Joomla! Documentation

m (→‎User contributed notes: bad link repair)
m (moving preparation)
(2 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JUpdaterCollection::_endElement/11.1|_endElement]]
+
|[[API17:JUpdaterCollection::_endElement|_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  
 
|public  
|[[JUpdaterCollection::_startElement/11.1|_startElement]]
+
|[[API17:JUpdaterCollection::_startElement|_startElement]]
 
|Opening an XML element.  
 
|Opening an XML element.  
 
|-
 
|-
 
|public  
 
|public  
|[[JUpdaterCollection::findUpdate/11.1|findUpdate]]
+
|[[API17:JUpdaterCollection::findUpdate|findUpdate]]
 
|
 
|
 
|-
 
|-
 
|protected  
 
|protected  
|[[JUpdaterCollection::_getParent/11.1|_getParent]]
+
|[[API17:JUpdaterCollection::_getParent|_getParent]]
 
|Get the parent tag.  
 
|Get the parent tag.  
 
|-
 
|-
 
|protected  
 
|protected  
|[[JUpdaterCollection::_getStackLocation/11.1|_getStackLocation]]
+
|[[API17:JUpdaterCollection::_getStackLocation|_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
 
* '''Defined in''' libraries/joomla/updater/adapters/collection.php
* '''Extends''' [[JUpdateAdapter/11.1|JUpdateAdapter]]
+
* '''Extends''' [[API17:JUpdateAdapter|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===
 
* {{JVer|11.1}} '''JUpdaterCollection source code''' on [[jplatform:updater/adapters/collection.php|BitBucket]]
 
* {{JVer|11.1}} '''JUpdaterCollection source code''' on [[jplatform:updater/adapters/collection.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Updater/11.1|Updater]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Updater|Updater]]
* [[JUpdaterCollection|Other versions of JUpdaterCollection]]
+
* [[API17:JUpdaterCollection|Other versions of JUpdaterCollection]]
 
{{SeeAlso:JUpdaterCollection}}
 
{{SeeAlso:JUpdaterCollection}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 57: Line 57:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JUpdaterCollection]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:48, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JUpdaterCollection[edit]

Description[edit]

Template:Description:JUpdaterCollection [Edit Descripton]

Methods[edit]

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[edit]

jimport( 'joomla.updater.adapters.collection' );

See also[edit]

Template:SeeAlso:JUpdaterCollection [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />