Interface IFileTemplate (namespace Nette\Templates)
Defines file-based template methods.
ITemplate | --IFileTemplate
| Public Method Summary | |
|---|---|
| string |
getFile
()
Returns the path to the template file.
|
| void |
setFile
(string $file)
Sets the path to the template file.
|
| Methods Inherited From ITemplate |
|---|
| render() |
| Method Details | ||||||
|---|---|---|---|---|---|---|
|
line 48 getFilepublic string getFile () Returns the path to the template file.
|
||||||
|
line 42 setFilepublic void setFile (string $file) Sets the path to the template file.
|
||||||
