Back to Installer class

Method isOverwrite

public bool
isOverwrite
()
Get the allow overwrite switch
Returns
  • bool Allow overwrite switch
Since
  • 3.1
Class: Installer
Project: Joomla

Method isOverwrite - Source code

/**
 * Get the allow overwrite switch
 *
 * @return  boolean  Allow overwrite switch
 *
 * @since   3.1
 */
public function isOverwrite()
{
    return $this->overwrite;
}