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