示例#1
0
 /**  
  * Function to add the custom fields
  *  
  * @return None  
  * @access public  
  */
 function buildCustom($id, $name)
 {
     require_once 'CRM/Core/BAO/UFGroup.php';
     CRM_Core_BAO_UFGroup::buildQuickForm($id, $this, $name);
 }