Back to UpdateAdapter class

Method findUpdate

public array
findUpdate
(mixed $options)
Finds an update
Parameters
  • array $options Options to use: update_site_id: the unique ID of the update site to look at
Returns
  • array Update_sites and updates discovered
Since
  • 1.7.0
Class: UpdateAdapter
Project: Joomla

Method findUpdate - Source code

/**
 * Finds an update
 *
 * @param   array  $options  Options to use: update_site_id: the unique ID of the update site to look at
 *
 * @return  array  Update_sites and updates discovered
 *
 * @since   1.7.0
 */
public abstract function findUpdate($options);