API17

API17:JHtml::addIncludePath

From Joomla! Documentation

Joomla 11.1 JHtml::addIncludePath

Description

Add a directory where should search for helpers.

$Path Parameter

The first parameter expected by this function is a string representing a local path. The string should not contain a trailing directory separator.


public static function addIncludePath ($path= '')
Parameter Type Default Description
$path
  • Returns
  • Defined on line 741 of libraries/joomla/html/html.php

See also


User contributed notes

Code Examples