Source for file Template.php
Documentation is available at Template.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 6: * Copyright (c) 2004, 2009 David Grudl (http://davidgrudl.com)
- 7: *
- 8: * This source file is subject to the "Nette license" that is bundled
- 9: * with this package in the file license.txt.
- 10: *
- 11: * For more information please see http://nettephp.com
- 12: *
- 18: */
- 28: /**
- 29: * Template stored in file.
- 30: *
- 34: */
- 36: {
- 48: /**
- 49: * Constructor.
- 51: */
- 53: {
- 56: }
- 57: }
- 61: /**
- 62: * Sets the path to the template file.
- 65: */
- 67: {
- 70: }
- 73: }
- 77: /**
- 78: * Returns the path to the template file.
- 80: */
- 82: {
- 84: }
- 88: /********************* rendering ****************d*g**/
- 92: /**
- 93: * Renders template to output.
- 95: */
- 97: {
- 100: }
- 111: }
- 116: }
- 122: }
- 131: )
- 134: }
- 142: }
- 143: }
- 147: /********************* caching ****************d*g**/
- 151: /**
- 152: * Set cache storage.
- 155: */
- 157: {
- 159: }
- 163: /**
- 165: */
- 167: {
- 170: }
- 172: }
- 174: }