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