API17

API17:JView::addHelperPath

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples