API17

API17:JUpdate:: endElement

From Joomla! Documentation

Joomla 11.1 JUpdate::_endElement

Description

Callback for closing the element Note: This is public because it is called externally.


public function _endElement (
        $parser
        $name
)
Parameter Type Default Description
$parser object parser object
$name string name of element that was closed
  • Returns
  • Defined on line 104 of libraries/joomla/updater/update.php

See also


User contributed notes

Code Examples