AddTemplateFolderInterface
Interface for a renderer which can have template paths added during runtime.
| since |
2.0.0 |
|---|---|
| package |
Joomla Framework |
Methods
addFolder
Add a folder with alias to the renderer
addFolder(string directory, string alias = '') : $this
| since |
2.0.0 |
|---|
Arguments
- directory
stringThe folder path- alias
stringThe folder alias
Response
$this