API17:JView::addHelperPath
From Joomla! Documentation
JView::addHelperPath
Description
Adds to the stack of helper script paths in LIFO order.
public function addHelperPath ($path)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | array | The directory (-ies) to add. |
- Returns void
- Defined on line 516 of libraries/joomla/application/component/view.php
See also
JView::addHelperPath source code on BitBucket
Class JView
Subpackage Application- Other versions of JView::addHelperPath
User contributed notes
Code Examples