API17

Difference between revisions of "JInstallerComponent::refreshManifestCache"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 12: Line 12:
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
public JInstallerComponent->refreshManifestCache ()
+
public JInstallerComponent::refreshManifestCache ()
 
</source>
 
</source>
 
===Returns===
 
===Returns===
 
boolean result of operation, true if updated, false on failure
 
boolean result of operation, true if updated, false on failure
 
===Defined in===
 
===Defined in===
libraries/joomla/installer/adapters/component.php
+
libraries/joomla/installer/adapters/component.php (line 1722)
 +
* see source code in [[jplatform:installer/adapters/component.php#cl-1722|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 20:48, 23 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 JInstallerComponent::refreshManifestCache[edit]

Description[edit]

Refreshes the extension table cache.

Template:Description:JInstallerComponent::refreshManifestCache [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public JInstallerComponent::refreshManifestCache ()

Returns[edit]

boolean result of operation, true if updated, false on failure

Defined in[edit]

libraries/joomla/installer/adapters/component.php (line 1722)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JInstallerComponent::refreshManifestCache

Examples[edit]

<CodeExamplesForm />