API16

API16:JInstaller/getUpgrade

From Joomla! Documentation

Revision as of 22:53, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Get the allow overwrite switch <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</no...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Get the allow overwrite switch

[Edit Descripton]

Template:Description:JInstaller/getUpgrade

Syntax

getUpgrade()


Returns

boolean Allow overwrite switch

Defined in

libraries/joomla/installer/installer.php

Importing

jimport( 'joomla.installer.installer' );

Source Body

function getUpgrade()
{
        return $this->_upgrade;
}

[Edit See Also] Template:SeeAlso:JInstaller/getUpgrade

Examples

<CodeExamplesForm />