API17

JCacheController::addIncludePath: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Add a directory where  should search for controllers.  
Add a directory where  should search for controllers.  


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


<source lang="php">
<source lang="php">
Line 31: 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]]
{{subst:SeeAlso:JCacheController::addIncludePath}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JCacheController::addIncludePath
category=JCacheController::addIncludePath
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:25, 25 March 2017

Joomla 11.1 JCacheController::addIncludePath

Description

Add a directory where should search for controllers.


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


User contributed notes

Code Examples