API17:JUpdaterCollection:: startElement
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JUpdaterCollection::_startElement|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JUpdaterCollection::_startElement|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function _startElement ( |
| + | $parser | ||
| + | $name | ||
| + | $attrs=Array | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 35: | Line 38: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 68 of libraries/joomla/updater/adapters/collection.php | |
| − | + | ||
| − | libraries/joomla/updater/adapters/collection.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JUpdaterCollection::_startElement source code''' on [[jplatform:updater/adapters/collection.php#cl-60|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JUpdaterCollection/11.1|JUpdaterCollection]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Updater/11.1|Updater]] | ||
| + | * [[JUpdaterCollection::_startElement|Other versions of JUpdaterCollection::_startElement]] | ||
| + | {{SeeAlso:JUpdaterCollection::_startElement}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JUpdaterCollection::_startElement|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JUpdaterCollection::_startElement|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 56: | Line 57: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JUpdaterCollection]][[Category:JUpdaterCollection::_startElement]]</noinclude> | <noinclude>[[Category:JUpdaterCollection]][[Category:JUpdaterCollection::_startElement]]</noinclude> | ||
Revision as of 21:54, 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.
JUpdaterCollection::_startElement
Description
Opening an XML element.
Description:JUpdaterCollection:: startElement [Edit Descripton]
public function _startElement ( $parser $name $attrs=Array )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $parser | object | parser object | |
| $name | string | name of element that is opened | |
| $attrs | array | Array() | array of attributes for the element |
- Returns
- Defined on line 68 of libraries/joomla/updater/adapters/collection.php
See also
-
JUpdaterCollection::_startElement source code on BitBucket
-
Class JUpdaterCollection
-
Subpackage Updater
- Other versions of JUpdaterCollection::_startElement
SeeAlso:JUpdaterCollection:: startElement [Edit See Also]
User contributed notes
<CodeExamplesForm />
