API17

Difference between revisions of "JInstallerModule:: rollback module"

From Joomla! Documentation

m (JoomlaWikiBot moved page JInstallerModule:: rollback module/11.1 to API17:JInstallerModule:: rollback module without leaving a redirect: Robot: Moved page)
m (preparing for archive only)
 
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
  
  
{{Description:JInstallerModule::_rollback_module}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JInstallerModule::_rollback_module|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
protected function _rollback_module ($arg)
 
protected function _rollback_module ($arg)
Line 30: Line 28:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JInstallerModule::_rollback_module source code''' on [[jplatform:installer/adapters/module.php#cl-787|BitBucket]]
 
* {{JVer|11.1}} '''JInstallerModule::_rollback_module source code''' on [[jplatform:installer/adapters/module.php#cl-787|BitBucket]]
* {{JVer|11.1}} Class [[JInstallerModule/11.1|JInstallerModule]]
+
* {{JVer|11.1}} Class [[API17:JInstallerModule|JInstallerModule]]
* {{JVer|11.1}} Subpackage [[Subpackage_Installer/11.1|Installer]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]]
* [[JInstallerModule::_rollback_module|Other versions of JInstallerModule::_rollback_module]]
+
* [[API17:JInstallerModule::_rollback_module|Other versions of JInstallerModule::_rollback_module]]
{{SeeAlso:JInstallerModule::_rollback_module}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JInstallerModule::_rollback_module|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JInstallerModule::_rollback_module
 
category=JInstallerModule::_rollback_module
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
Line 48: Line 44:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JInstallerModule]][[Category:JInstallerModule::_rollback_module]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:19, 24 March 2017

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_module[edit]

Description[edit]

Custom rollback method



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

See also[edit]


User contributed notes[edit]

Code Examples[edit]