Back to InstallerAdapter class

Method setupUpdates

protected void
setupUpdates
()
Method to setup the update routine for the adapter
Returns
  • void
Since
  • 3.4

Method setupUpdates - Source code

/**
 * Method to setup the update routine for the adapter
 *
 * @return  void
 *
 * @since   3.4
 */
protected function setupUpdates()
{
    // Some extensions may not have custom setup routines for updates
}