API17

Difference between revisions of "JInstaller::setupInstall"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JInstaller::setupInstall|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JInstaller::setupInstall|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Since===
 
{{JVer|1.0 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JInstaller::setupInstall ()
+
public function setupInstall ()
 
</source>
 
</source>
===Returns===
+
* '''Returns''' boolean True on success
boolean True on success
+
* '''Defined''' on line 644 of libraries/joomla/installer/installer.php
===Defined in===
+
* '''Since''' {{JVer|1.0 }}
libraries/joomla/installer/installer.php (line 656)
 
* see source code in [[jplatform:installer/installer.php#cl-656|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{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}} Subpackage [[Subpackage_Installer/11.1|Installer]]
 +
* [[JInstaller::setupInstall|Other versions of JInstaller::setupInstall]]
 +
{{SeeAlso:JInstaller::setupInstall}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JInstaller::setupInstall|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JInstaller::setupInstall|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JInstaller/11.1|JInstaller]]
+
===User contributed notes===
* [[JInstaller::setupInstall|Other versions of this method]]
 
{{SeeAlso:JInstaller::setupInstall}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 35: Line 31:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JInstaller]][[Category:JInstaller::setupInstall]]</noinclude>
 
<noinclude>[[Category:JInstaller]][[Category:JInstaller::setupInstall]]</noinclude>

Revision as of 21:12, 27 April 2011

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 />