API17

JCacheController::addIncludePath: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
m preparing for archive only
 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:
Add a directory where  should search for controllers.  
Add a directory where  should search for controllers.  


{{Description:JCacheController::addIncludePath}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JCacheController::addIncludePath|Edit Descripton]]<nowiki>]</nowiki>
</span>
===Synopsis===
<source lang="php">
<source lang="php">
public static JCacheController::addIncludePath ($path='')
public static function addIncludePath ($path='')
</source>
</source>
{| class="wikitable"
{| class="wikitable"
Line 25: Line 22:
|-
|-
|}
|}
===Returns===
* '''Returns'''
* '''Defined''' on line 125 of libraries/joomla/cache/controller.php
* '''Referenced by'''
** [[getInstance|getInstance]]
===See also===
* {{JVer|11.1}} '''JCacheController::addIncludePath source code''' on [[jplatform:cache/controller.php#cl-117|BitBucket]]
* {{JVer|11.1}} Class [[API17:JCacheController|JCacheController]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]]
* [[API17:JCacheController::addIncludePath|Other versions of JCacheController::addIncludePath]]


===Defined in===
 
libraries/joomla/cache/controller.php
===User contributed notes===
===Referenced by===
=== Code Examples ===
* [[getInstance/11.1|getInstance]]
===See also===
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[SeeAlso:JCacheController::addIncludePath|Edit See Also]]<nowiki>]</nowiki>
</span>
* [[JCacheController/11.1|JCacheController]]
* [[JCacheController::addIncludePath|Other versions of this method]]
{{SeeAlso:JCacheController::addIncludePath}}
===Examples===
<CodeExamplesForm />
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JCacheController::addIncludePath
category=JCacheController::addIncludePath
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JCacheController]][[Category:JCacheController::addIncludePath]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

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