Ejemplo n.º 1
0
 /**
  * class constructor
  */
 function CRM_History_Import_Parser_ActivityHistory(&$mapperKeys, $mapperLocType = null, $mapperPhoneType = null)
 {
     parent::CRM_History_Import_Parser();
     $this->_mapperKeys =& $mapperKeys;
     //$this->_mapperLocType =& $mapperLocType;
     //$this->_mapperPhoneType =& $mapperPhoneType;
 }