API17

JCacheController::addIncludePath: Difference between revisions

From Joomla! Documentation

m moving preparation
m clean up
Line 4: Line 4:
Add a directory where  should search for controllers.  
Add a directory where  should search for controllers.  


{{Description:JCacheController::addIncludePath}}
{{subst:Description:JCacheController::addIncludePath}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JCacheController::addIncludePath|Edit Descripton]]<nowiki>]</nowiki>
</span>
<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:JCacheController::addIncludePath|Other versions of JCacheController::addIncludePath]]
* [[API17:JCacheController::addIncludePath|Other versions of JCacheController::addIncludePath]]
{{SeeAlso:JCacheController::addIncludePath}}
{{subst:SeeAlso:JCacheController::addIncludePath}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JCacheController::addIncludePath|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 14:50, 24 March 2017

Joomla 11.1 JCacheController::addIncludePath

Description

Add a directory where should search for controllers.

{{subst:Description:JCacheController::addIncludePath}}

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

See also

{{subst:SeeAlso:JCacheController::addIncludePath}}

User contributed notes

<CodeExamplesForm />