JCacheStorage::addIncludePath: Difference between revisions
From Joomla! Documentation
m moving preparation |
m clean up |
||
| Line 4: | Line 4: | ||
Add a directory where should search for handlers. | Add a directory where should search for handlers. | ||
{{Description:JCacheStorage::addIncludePath}} | {{subst:Description:JCacheStorage::addIncludePath}} | ||
<source lang="php"> | <source lang="php"> | ||
public static function addIncludePath ($path='') | public static function addIncludePath ($path='') | ||
| Line 33: | Line 31: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]] | ||
* [[API17:JCacheStorage::addIncludePath|Other versions of JCacheStorage::addIncludePath]] | * [[API17:JCacheStorage::addIncludePath|Other versions of JCacheStorage::addIncludePath]] | ||
{{SeeAlso:JCacheStorage::addIncludePath}} | {{subst:SeeAlso:JCacheStorage::addIncludePath}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 14:51, 24 March 2017
JCacheStorage::addIncludePath
Description
Add a directory where should search for handlers.
{{subst:Description:JCacheStorage::addIncludePath}}
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
{{subst:SeeAlso:JCacheStorage::addIncludePath}}
User contributed notes
<CodeExamplesForm />