JController:: addPath/1.5
From Joomla! Documentation
JController::_addPath
Description
Adds to the search path for templates and resources.
Description:JController:: addPath [Edit Descripton]
public function _addPath ( $type $path )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $type | string | The path type (e.g. 'model', 'view'. | |
| $path | array | The directory or stream to search. |
- Returns void
- Defined on line 675 of libraries/joomla/application/component/controller.php
See also
-
JController::_addPath on api.joomla.org
-
JController source code on JoomlaCode
-
Class JController
-
Subpackage Application
- Other versions of JController::_addPath
SeeAlso:JController:: addPath [Edit See Also]
User contributed notes
<CodeExamplesForm />