[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/src/Changelog/ -> Changelog.php (summary)

Joomla! Content Management System

Copyright: (C) 2019 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
File Size: 377 lines (9 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Changelog:: (7 methods):
  getStackLocation()
  getLastTag()
  setVersion()
  startElement()
  endElement()
  characterData()
  loadFromXml()


Class: Changelog  - X-Ref

Changelog class.

getStackLocation()   X-Ref
Gets the reference to the current direct parent

return: string

getLastTag()   X-Ref
Get the last position in stack count

return: string

setVersion(string $version)   X-Ref
Set the version to match.

param: string  $version  The version to match
return: void

startElement($parser, $name, $attrs = array()   X-Ref
XML Start Element callback

param: object  $parser  Parser object
param: string  $name    Name of the tag found
param: array   $attrs   Attributes of the tag
return: void

endElement($parser, $name)   X-Ref
Callback for closing the element

param: object  $parser  Parser object
param: string  $name    Name of element that was closed
return: void

characterData($parser, $data)   X-Ref
Character Parser Function

param: object  $parser  Parser object.
param: object  $data    The data.
return: void

loadFromXml($url)   X-Ref
Loads an XML file from a URL.

param: string  $url  The URL.
return: boolean  True on success



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer