| ParametersModel::materializeValue  | 
          ( | 
           | ) | 
           | 
        
      
 
Get the parameter's effective value by transforming it into an array or boolean if appropriate 
- Returns
 - [mixed] param_value as correct PHP type 
 
 
 
  
  
      
        
          | ParametersModel::$columns | 
         
       
   | 
  
protected   | 
  
 
Initial value:= array(
    'store_id' => array('type'=>'SMALLINT', 'primary_key'=>true),
    'lane_id' => array('type'=>'SMALLINT', 'primary_key'=>true),
    'param_key' => array('type'=>'VARCHAR(100)', 'primary_key'=>true),
    'param_value' => array('type'=>'VARCHAR(255)'),
    'is_array' => array('type'=>'TINYINT'),
    )
 
 
 
The documentation for this class was generated from the following file:
- fannie/classlib2.0/data/models/op/ParametersModel.php