Changeset 454 for trunk/patTemplate/Function
- Timestamp:
- 05/30/07 17:34:37 (2 years ago)
- Files:
-
- trunk/patTemplate/Function/Time.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/patTemplate/Function/Time.php
r95 r454 30 30 var $_name = 'Time'; 31 31 32 /** 33 * Overridden because the time should not be calculated at compile time but at runtime 34 * 35 * @var integer 36 */ 37 var $_type = PATTEMPLATE_FUNCTION_RUNTIME; 38 32 39 /** 33 40 * call the function
