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: * Sets the path to the template file.
- 52: */
- 54: {
- 56: }
- 60: /**
- 61: * Returns the path to the template file.
- 63: */
- 65: {
- 67: }
- 71: /********************* rendering ****************d*g**/
- 75: /**
- 76: * Renders template to output.
- 78: */
- 80: {
- 86: }
- 97: }
- 102: }
- 106: $shortName = str_replace(Environment::getVariable('templatesDir'), "\xE2\x80\xA6", $shortName);
- 108: }
- 117: )
- 120: }
- 128: }
- 129: }
- 133: /********************* caching ****************d*g**/
- 137: /**
- 138: * Set cache storage.
- 141: */
- 143: {
- 145: }
- 149: /**
- 151: */
- 153: {
- 156: }
- 158: }
- 160: }