Back to Joomla project (class list)

Class ExtensionAdapter - list of methods

Extension class for updater

Extends

Package: Joomla\CMS\Updater\Adapter
Copyright: (C) 2008 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Updater/Adapter/ExtensionAdapter.php
Project: Joomla

Method Summary

protected void
(mixed $parser, mixed $name, mixed $attrs = array())

Start element parser callback.
Parameters
  • object $parser The parser object.
  • string $name The name of the element.
  • array $attrs The attributes of the element.
Returns
  • void
Since
  • 1.7.0
Show source code of this method: _startElement Source Code

protected void
(mixed $parser, mixed $name)

Character Parser Function
Parameters
  • object $parser Parser object.
  • object $name The name of the element.
Returns
  • void
Since
  • 1.7.0
Show source code of this method: _endElement Source Code

protected void
(mixed $parser, mixed $data)

Character Parser Function
Parameters
  • object $parser Parser object.
  • object $data The data.
Returns
  • void
Since
  • 1.7.0
-
  • This is public because its called externally.
Show source code of this method: _characterData Source Code

public array|bool
(mixed $options)

Finds an update.
Parameters
  • array $options Update options.
Returns
  • array|bool Array containing the array of update sites and array of updates. False on failure
Since
  • 1.7.0
Show source code of this method: findUpdate Source Code

protected int
(mixed $tag)

Converts a tag to numeric stability representation. If the tag doesn't represent a known stability level (one of dev, alpha, beta, rc, stable) it is ignored.
Parameters
  • string $tag The tag string, e.g. dev, alpha, beta, rc, stable
Returns
  • int
Since
  • 3.4
Show source code of this method: stabilityTagToInteger Source Code

Tags Summary

Since
1.7.0