JController::addViewPath/1.5
From Joomla! Documentation
JController::addViewPath
Description
Add one or more view paths to the controller's stack, in LIFO order.
Description:JController::addViewPath [Edit Descripton]
public function addViewPath ($path)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | array | The directory (string), or list of directories (array) to add. |
- Returns void
- Defined on line 487 of libraries/joomla/application/component/controller.php
See also
-
JController::addViewPath on api.joomla.org
-
JController source code on JoomlaCode
-
Class JController
-
Subpackage Application
- Other versions of JController::addViewPath
SeeAlso:JController::addViewPath [Edit See Also]
User contributed notes
<CodeExamplesForm />