Source for file IFileTemplate.php
Documentation is available at IFileTemplate.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * Defines file-based template methods.
- 17: *
- 20: */
- 22: {
- 24: /**
- 25: * Sets the path to the template file.
- 28: */
- 31: /**
- 32: * Returns the path to the template file.
- 34: */
- 37: }