Namespaces

  • Nette
    • Application
      • Diagnostics
      • Responses
      • Routers
      • UI
    • Caching
      • Storages
    • ComponentModel
    • Database
      • Diagnostics
      • Drivers
      • Reflection
      • Table
    • DI
      • Config
        • Adapters
      • Diagnostics
      • Extensions
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
      • Diagnostics
    • Iterators
    • Latte
      • Macros
    • Loaders
    • Localization
    • Mail
    • PhpGenerator
    • Reflection
    • Security
      • Diagnostics
    • Templating
    • Utils
  • NetteModule
  • none

Classes

  • FileTemplate
  • Helpers
  • Template

Interfaces

  • IFileTemplate
  • ITemplate

Exceptions

  • FilterException
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Interface IFileTemplate

Defines file-based template methods.

Nette\Templating\IFileTemplate implements Nette\Templating\ITemplate

Direct known implementers

Nette\Templating\FileTemplate
Namespace: Nette\Templating
Author: David Grudl
Located at Templating/IFileTemplate.php
Methods summary
public
# setFile( string $file )

Sets the path to the template file.

Sets the path to the template file.

Parameters

$file
string
template file path
public string
# getFile( )

Returns the path to the template file.

Returns the path to the template file.

Returns

string
template file path
Methods inherited from Nette\Templating\ITemplate
render()
Nette 2.1 API documentation generated by ApiGen 2.8.0