/** * @param CRM_Extension_Mapper $mapper */ public function __construct(CRM_Extension_Mapper $mapper) { parent::__construct(FALSE); $this->mapper = $mapper; }
public function __construct() { parent::__construct(TRUE); $this->groupId = CRM_Core_DAO::getFieldValue('CRM_Core_DAO_OptionGroup', self::CUSTOM_SEARCH_GROUP_NAME, 'id', 'name'); }