API17

Difference between revisions of "JInstallerModule:: rollback menu"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 9: Line 9:
 
<nowiki>[</nowiki>[[Description:JInstallerModule::_rollback_menu|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JInstallerModule::_rollback_menu|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
protected JInstallerModule::_rollback_menu ($arg)
+
protected function _rollback_menu ($arg)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 28: Line 25:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' boolean True on success
boolean True on success
+
* '''Defined''' on line 765 of libraries/joomla/installer/adapters/module.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/installer/adapters/module.php (line 784)
 
* see source code in [[jplatform:installer/adapters/module.php#cl-784|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JInstallerModule::_rollback_menu source code''' on [[jplatform:installer/adapters/module.php#cl-757|BitBucket]]
 +
* {{JVer|11.1}} Class [[JInstallerModule/11.1|JInstallerModule]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Installer/11.1|Installer]]
 +
* [[JInstallerModule::_rollback_menu|Other versions of JInstallerModule::_rollback_menu]]
 +
{{SeeAlso:JInstallerModule::_rollback_menu}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JInstallerModule::_rollback_menu|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JInstallerModule::_rollback_menu|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JInstallerModule/11.1|JInstallerModule]]
+
===User contributed notes===
* [[JInstallerModule::_rollback_menu|Other versions of this method]]
 
{{SeeAlso:JInstallerModule::_rollback_menu}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 49: Line 45:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JInstallerModule]][[Category:JInstallerModule::_rollback_menu]]</noinclude>
 
<noinclude>[[Category:JInstallerModule]][[Category:JInstallerModule::_rollback_menu]]</noinclude>

Revision as of 21:14, 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 JInstallerModule::_rollback_menu[edit]

Description[edit]

Custom rollback method


Template:Description:JInstallerModule:: rollback menu [Edit Descripton]

protected function _rollback_menu ($arg)
Parameter Type Default Description
$arg array Installation step to rollback
  • Returns boolean True on success
  • Defined on line 765 of libraries/joomla/installer/adapters/module.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JInstallerModule:: rollback menu [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />