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 | ** [[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 | * {{JVer|11.1}} Class [[API17:JCacheStorage|JCacheStorage]] | ||
* {{JVer|11.1}} Subpackage [[Subpackage_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
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
JCacheStorage::addIncludePath source code on BitBucket
Class JCacheStorage
Subpackage Cache- Other versions of JCacheStorage::addIncludePath
Template:SeeAlso:JCacheStorage::addIncludePath [Edit See Also]
User contributed notes
<CodeExamplesForm />