$ids = array('optionValue' => $params['id']);
}
return CRM_Core_BAO_OptionValue::add($params, $ids);
- ;
}
/**
* Set default Parameters
* @param Integer $optionValueId the option value id.
* @param int $action the action describing whether prefix/suffix was UPDATED or DELETED
*
- * @return void
+ * @return bool
*/
static function updateRecords(&$optionValueId, $action) {
//finding group name
}
/**
- * @param $input
- * @param $ids
+ * @param array $input
+ * @param array $ids
* @param $objects
* @param $first
+ *
+ * @return bool
*/
function recur(&$input, &$ids, &$objects, $first) {
$recur = &$objects['contributionRecur'];
// the recurring contribution has declined a payment or has failed
// so we just fix the recurring contribution and not change any of
- // the existing contribiutions
+ // the existing contributions
// CRM-9036
return TRUE;
}