Interface IFileTemplate (namespace Nette\Templates)


Defines file-based template methods.

ITemplate
   |
   --IFileTemplate
Copyright: Copyright (c) 2004, 2010 David Grudl
Located: in /Templates/IFileTemplate.php (line 21)
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 35

getFile

public string getFile ()

Returns the path to the template file.

Output
string template file path

line 29

setFile

public void setFile (string $file)

Sets the path to the template file.

Input
string $file template file path