Interface IFileTemplate (namespace Nette\Templates)


Defines file-based template methods.

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

getFile

public string getFile ()

Returns the path to the template file.

Output
string template file path

line 42

setFile

public void setFile (string $file)

Sets the path to the template file.

Input
string $file template file path