Show
Ignore:
Timestamp:
05/30/07 17:34:37 (2 years ago)
Author:
gerd
Message:

Added feature to process functions on runtime
The implementation was done by Timo Holzerr at Nero AG

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/patTemplate/Function.php

    r311 r454  
    4646    * @var    integer 
    4747    */ 
    48     var $type = PATTEMPLATE_FUNCTION_COMPILE; 
     48    var $_type = PATTEMPLATE_FUNCTION_COMPILE; 
    4949     
    5050   /** 
     
    5959    } 
    6060 
     61    /** 
     62     * Returns the function type 
     63     *  
     64     * @access public 
     65     * @return integer 
     66     */ 
     67    function getType( ) 
     68    { 
     69        return $this->_type; 
     70    } 
     71     
    6172   /** 
    6273    * call the function