API17:JUpdaterCollection
From Joomla! Documentation
Revision as of 14:06, 29 August 2012 by JoomlaWikiBot (Talk | contribs)
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 />
