API17

Difference between revisions of "JInstaller::setupInstall"

From Joomla! Documentation

m (JoomlaWikiBot moved page JInstaller::setupInstall/11.1 to API17:JInstaller::setupInstall without leaving a redirect: Robot: Moved page)
m (→‎See also: moving preparation)
(One intermediate revision by the same user not shown)
Line 16: Line 16:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JInstaller::setupInstall source code''' on [[jplatform:installer/installer.php#cl-636|BitBucket]]
 
* {{JVer|11.1}} '''JInstaller::setupInstall source code''' on [[jplatform:installer/installer.php#cl-636|BitBucket]]
* {{JVer|11.1}} Class [[JInstaller/11.1|JInstaller]]
+
* {{JVer|11.1}} Class [[API17:JInstaller|JInstaller]]
* {{JVer|11.1}} Subpackage [[Subpackage_Installer/11.1|Installer]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]]
* [[JInstaller::setupInstall|Other versions of JInstaller::setupInstall]]
+
* [[API17:JInstaller::setupInstall|Other versions of JInstaller::setupInstall]]
 
{{SeeAlso:JInstaller::setupInstall}}
 
{{SeeAlso:JInstaller::setupInstall}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 34: Line 34:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JInstaller]][[Category:JInstaller::setupInstall]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:00, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JInstaller::setupInstall[edit]

Description[edit]

Prepare for installation: this method sets the installation directory, finds and checks the installation file and verifies the installation type.

Template:Description:JInstaller::setupInstall [Edit Descripton]

public function setupInstall ()
  • Returns boolean True on success
  • Defined on line 644 of libraries/joomla/installer/installer.php
  • Since Joomla 1.0

See also[edit]

Template:SeeAlso:JInstaller::setupInstall [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />