API17

Difference between revisions of "JCacheStorage::addIncludePath"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (moving preparation)
(4 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JCacheStorage::addIncludePath|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JCacheStorage::addIncludePath|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public static JCacheStorage::addIncludePath ($path='')
+
public static function addIncludePath ($path='')
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 25: Line 24:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 271 of libraries/joomla/cache/storage.php
===Defined in===
+
* '''Referenced by'''
libraries/joomla/cache/storage.php
+
** [[getInstance|getInstance]]
===Referenced by===
 
* [[getInstance/11.1|getInstance]]
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JCacheStorage::addIncludePath source code''' on [[jplatform:cache/storage.php#cl-263|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JCacheStorage|JCacheStorage]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]]
 +
* [[API17:JCacheStorage::addIncludePath|Other versions of JCacheStorage::addIncludePath]]
 +
{{SeeAlso:JCacheStorage::addIncludePath}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JCacheStorage::addIncludePath|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JCacheStorage::addIncludePath|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JCacheStorage/11.1|JCacheStorage]]
+
===User contributed notes===
* [[JCacheStorage::addIncludePath|Other versions of this method]]
 
{{SeeAlso:JCacheStorage::addIncludePath}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 46: Line 45:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JCacheStorage]][[Category:JCacheStorage::addIncludePath]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 19:50, 11 May 2013

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 JCacheStorage::addIncludePath[edit]

Description[edit]

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[edit]

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

User contributed notes[edit]

<CodeExamplesForm />