JController:: setPath/1.5
From Joomla! Documentation
JController::_setPath
Description
Sets an entire array of search paths for resources.
Description:JController:: setPath [Edit Descripton]
public function _setPath ( $type $path )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $type | string | The type of path to set, typically 'view' or 'model'. | |
| $path | array | The new set of search paths. If null or false, resets to the current directory only. |
- Returns
- Defined on line 658 of libraries/joomla/application/component/controller.php
See also
-
JController::_setPath on api.joomla.org
-
JController source code on JoomlaCode
-
Class JController
-
Subpackage Application
- Other versions of JController::_setPath
SeeAlso:JController:: setPath [Edit See Also]
User contributed notes
<CodeExamplesForm />