Methods summary
public
|
#
__construct( string $file = NULL )
Constructor.
Parameters
- $file
string template file path
|
public
Nette\Templates\Template
|
#
setFile( string $file )
Sets the path to the template file.
Sets the path to the template file.
Parameters
- $file
string template file path
Returns
Implementation of
|
public
string
|
#
getFile( )
Returns the path to the template file.
Returns the path to the template file.
Returns
string template file path
Implementation of
|
public
|
#
render( )
Renders template to output.
Renders template to output.
Implementation of
|
public static
|
|
public static
Nette\Caching\ICacheStorage
|
|