JControllerLegacy::setPath
Sets an entire array of search paths for resources.
Signature
protected function setPath(string
$type,
string
$path )
Parameters
-
$type
- The type of path to set, typically 'view' or 'model'.
-
$path
- The new set of search paths. If null or false, resets to the current directory only.
Returns
- void