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: * NTemplate stored in file.
- 30: *
- 34: */
- 36: {
- 48: /**
- 49: * Sets the path to the template file.
- 52: */
- 54: {
- 57: }
- 61: /**
- 62: * Returns the path to the template file.
- 64: */
- 66: {
- 68: }
- 72: /********************* rendering ****************d*g**/
- 76: /**
- 77: * Renders template to output.
- 79: */
- 81: {
- 87: }
- 98: }
- 103: }
- 107: $shortName = str_replace(NEnvironment::getVariable('templatesDir'), "\xE2\x80\xA6", $shortName);
- 109: }
- 118: )
- 121: }
- 129: }
- 130: }
- 134: /********************* caching ****************d*g**/
- 138: /**
- 139: * NSet cache storage.
- 142: */
- 144: {
- 146: }
- 150: /**
- 152: */
- 154: {
- 157: }
- 159: }
- 161: }