Joomla Documentation by Component Creator
Namespaces
Interfaces
Classes
Overview
Classes
JUpdaterExtension
_startElement
Introduction
Synopsis
Parameter
Return
JUpdaterExtension::
_startElement
Start element parser callback.
Signature
protected function _startElement(
$parser, string $name, array $attrsĀ )
Parameters
$parser
The parser object.
$name
The name of the element.
$attrs
The attributes of the element.
Returns
void