Back to Installer class

Method isUpgrade

public bool
isUpgrade
()
Get the upgrade switch
Returns
  • bool
Since
  • 3.1
Class: Installer
Project: Joomla

Method isUpgrade - Source code

/**
 * Get the upgrade switch
 *
 * @return  boolean
 *
 * @since   3.1
 */
public function isUpgrade()
{
    return $this->upgrade;
}