[ Index ]

PHP Cross Reference of Joomla 2.5.4 DE

title

Body

[close]

/libraries/joomla/updater/ -> updater.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
License: GNU General Public License version 2 or later; see LICENSE
File Size: 239 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

JUpdater:: (5 methods):
  __construct()
  getInstance()
  findUpdates()
  arrayUnique()
  update()


Class: JUpdater  - X-Ref

Updater Class

__construct()   X-Ref
Constructor


getInstance()   X-Ref
Returns a reference to the global Installer object, only creating it
if it doesn't already exist.

return: object  An installer object

findUpdates($eid = 0, $cacheTimeout = 0)   X-Ref
Finds an update for an extension

param: integer  $eid           Extension Identifier; if zero use all sites
param: integer  $cacheTimeout  How many seconds to cache update information; if zero, force reload the update information
return: boolean True if there are updates

arrayUnique($myArray)   X-Ref
Multidimensional array safe unique test

param: array  $myArray  The source array.
return: array

update($id)   X-Ref
Finds an update for an extension

param: integer  $id  Id of the extension
return: mixed



Generated: Tue Apr 3 11:40:28 2012 Cross-referenced by PHPXref 0.7.1