API17

API17:JView:: addPath

From Joomla! Documentation

Joomla 11.1 JView::_addPath

Description

Adds to the search path for templates and resources.


protected function _addPath (
        $type
        $path
)
Parameter Type Default Description
$type array The directory or stream to search.
$path
  • Returns
  • Defined on line 658 of libraries/joomla/application/component/view.php

See also


User contributed notes

Code Examples