JInstallerPlugin::refreshManifestCache: Difference between revisions
From Joomla! Documentation
m →User contributed notes: moving preparation |
m →See also: moving preparation |
||
| Line 16: | Line 16: | ||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JInstallerPlugin::refreshManifestCache source code''' on [[jplatform:installer/adapters/plugin.php#cl-713|BitBucket]] | * {{JVer|11.1}} '''JInstallerPlugin::refreshManifestCache source code''' on [[jplatform:installer/adapters/plugin.php#cl-713|BitBucket]] | ||
* {{JVer|11.1}} Class [[JInstallerPlugin | * {{JVer|11.1}} Class [[API17:JInstallerPlugin|JInstallerPlugin]] | ||
* {{JVer|11.1}} Subpackage [[Subpackage_Installer | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]] | ||
* [[JInstallerPlugin::refreshManifestCache|Other versions of JInstallerPlugin::refreshManifestCache]] | * [[API17:JInstallerPlugin::refreshManifestCache|Other versions of JInstallerPlugin::refreshManifestCache]] | ||
{{SeeAlso:JInstallerPlugin::refreshManifestCache}} | {{SeeAlso:JInstallerPlugin::refreshManifestCache}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 02:03, 12 May 2013
JInstallerPlugin::refreshManifestCache
Description
Refreshes the extension table cache.
Template:Description:JInstallerPlugin::refreshManifestCache [Edit Descripton]
public function refreshManifestCache ()
- Returns boolean result of operation, true if updated, false on failure
- Defined on line 721 of libraries/joomla/installer/adapters/plugin.php
- Since

See also
JInstallerPlugin::refreshManifestCache source code on BitBucket
Class JInstallerPlugin
Subpackage Installer- Other versions of JInstallerPlugin::refreshManifestCache
Template:SeeAlso:JInstallerPlugin::refreshManifestCache [Edit See Also]
User contributed notes
<CodeExamplesForm />