refreshUpdateSite() публичный Метод

Refreshes the Joomla! update sites for this extension as needed
public refreshUpdateSite ( ) : void
Результат void
Пример #1
0
 /**
  * Refreshes the update sites, removing obsolete update sites in the process
  */
 public function refreshUpdateSite()
 {
     // Remove any update sites for the old com_akeeba package
     $this->removeObsoleteComponentUpdateSites();
     // Refresh our update sites
     parent::refreshUpdateSite();
 }