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
string
The folder path- alias
string
The folder alias
Response
$this