API17

Difference between revisions of "JUpdaterExtension:: startElement"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JUpdaterExtension::_startElement|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JUpdaterExtension::_startElement|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
protected JUpdaterExtension::_startElement ($parser, $name, $attrs=Array())
+
protected function _startElement (
 +
        $parser
 +
        $name
 +
        $attrs=Array
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 35: Line 38:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 16 of libraries/joomla/updater/adapters/extension.php
===Defined in===
 
libraries/joomla/updater/adapters/extension.php (line 16)
 
* see source code in [[jplatform:updater/adapters/extension.php#cl-16|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JUpdaterExtension::_startElement source code''' on [[jplatform:updater/adapters/extension.php#cl-8|BitBucket]]
 +
* {{JVer|11.1}} Class [[JUpdaterExtension/11.1|JUpdaterExtension]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Updater/11.1|Updater]]
 +
* [[JUpdaterExtension::_startElement|Other versions of JUpdaterExtension::_startElement]]
 +
{{SeeAlso:JUpdaterExtension::_startElement}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JUpdaterExtension::_startElement|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JUpdaterExtension::_startElement|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JUpdaterExtension/11.1|JUpdaterExtension]]
+
===User contributed notes===
* [[JUpdaterExtension::_startElement|Other versions of this method]]
 
{{SeeAlso:JUpdaterExtension::_startElement}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 56: Line 57:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JUpdaterExtension]][[Category:JUpdaterExtension::_startElement]]</noinclude>
 
<noinclude>[[Category:JUpdaterExtension]][[Category:JUpdaterExtension::_startElement]]</noinclude>

Revision as of 21:54, 27 April 2011

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 JUpdaterExtension::_startElement[edit]

Description[edit]

Template:Description:JUpdaterExtension:: startElement [Edit Descripton]

protected function _startElement (
        $parser
        $name
        $attrs=Array
)
Parameter Type Default Description
$parser
$name
$attrs Array()
  • Returns
  • Defined on line 16 of libraries/joomla/updater/adapters/extension.php

See also[edit]

Template:SeeAlso:JUpdaterExtension:: startElement [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />