Changeset 454 for trunk/patTemplate/Function.php
- Timestamp:
- 05/30/07 17:34:37 (2 years ago)
- Files:
-
- trunk/patTemplate/Function.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/patTemplate/Function.php
r311 r454 46 46 * @var integer 47 47 */ 48 var $ type = PATTEMPLATE_FUNCTION_COMPILE;48 var $_type = PATTEMPLATE_FUNCTION_COMPILE; 49 49 50 50 /** … … 59 59 } 60 60 61 /** 62 * Returns the function type 63 * 64 * @access public 65 * @return integer 66 */ 67 function getType( ) 68 { 69 return $this->_type; 70 } 71 61 72 /** 62 73 * call the function
