JControllerLegacy::addViewPath
Add one or more view paths to the controller's stack, in LIFO order.
Signature
public function addViewPath(mixed
$path )
Parameters
-
$path
- The directory (string) or list of directories (array) to add.
Returns
- JControllerLegacy
- This object to support chaining.