API16

API16:JInstaller/getOverwrite

From Joomla! Documentation

Description

Get the allow overwrite switch


<! removed transcluded page call, red link never existed >

Syntax

getOverwrite()


Returns

boolean Allow overwrite switch

Defined in

libraries/joomla/installer/installer.php

Importing

jimport( 'joomla.installer.installer' );

Source Body

public function getOverwrite()
{
        return $this->_overwrite;
}


<! removed transcluded page call, red link never existed >

Examples

Code Examples