API17

JCacheStorage::addIncludePath: Difference between revisions

From Joomla! Documentation

m User contributed notes: moving preparation
m moving preparation
Line 27: Line 27:
* '''Defined''' on line 271 of libraries/joomla/cache/storage.php
* '''Defined''' on line 271 of libraries/joomla/cache/storage.php
* '''Referenced by'''
* '''Referenced by'''
** [[getInstance/11.1|getInstance]]
** [[getInstance|getInstance]]
===See also===
===See also===
* {{JVer|11.1}} '''JCacheStorage::addIncludePath source code''' on [[jplatform:cache/storage.php#cl-263|BitBucket]]
* {{JVer|11.1}} '''JCacheStorage::addIncludePath source code''' on [[jplatform:cache/storage.php#cl-263|BitBucket]]
* {{JVer|11.1}} Class [[JCacheStorage/11.1|JCacheStorage]]
* {{JVer|11.1}} Class [[API17:JCacheStorage|JCacheStorage]]
* {{JVer|11.1}} Subpackage [[Subpackage_Cache/11.1|Cache]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]]
* [[JCacheStorage::addIncludePath|Other versions of JCacheStorage::addIncludePath]]
* [[API17:JCacheStorage::addIncludePath|Other versions of JCacheStorage::addIncludePath]]
{{SeeAlso:JCacheStorage::addIncludePath}}
{{SeeAlso:JCacheStorage::addIncludePath}}
<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">

Revision as of 00:50, 12 May 2013

Joomla 11.1 JCacheStorage::addIncludePath

Description

Add a directory where should search for handlers.

Template:Description:JCacheStorage::addIncludePath [Edit Descripton]

public static function addIncludePath ($path='')
Parameter Type Default Description
$path
  • Returns
  • Defined on line 271 of libraries/joomla/cache/storage.php
  • Referenced by

See also

Template:SeeAlso:JCacheStorage::addIncludePath [Edit See Also]

User contributed notes

<CodeExamplesForm />