/**
* Global validation rules for the form
*
- * @param array $fields posted values of the form
+ * @param array $fields
+ * Posted values of the form.
*
* @param $files
* @param $self
/**
* Global form rule
*
- * @param array $fields the input form values
- * @param array $files the uploaded files if any
+ * @param array $fields
+ * The input form values.
+ * @param array $files
+ * The uploaded files if any.
* @param $self
*
*
/**
* Return a formatted list of relationship name.
*
- * @param array $list array of relationship name.
+ * @param array $list
+ * Array of relationship name.
*
* @return array of relationship name.
*/
/**
* Global validation rules for the form
*
- * @param array $fields posted values of the form
+ * @param array $fields
+ * Posted values of the form.
*
* @param $files
* @param CRM_Core_Form $form
/**
* Global validation rules for the form
*
- * @param array $fields posted values of the form
+ * @param array $fields
+ * Posted values of the form.
*
* @return array list of errors to be posted back to the form
* @static
/**
* Handle the values in mapField mode
*
- * @param array $values the array of values belonging to this line
+ * @param array $values
+ * The array of values belonging to this line.
*
* @return boolean
*/
/**
* Handle the values in preview mode
*
- * @param array $values the array of values belonging to this line
+ * @param array $values
+ * The array of values belonging to this line.
*
* @return boolean the result of this processing
*/
}
/**
- * @param array $values the array of values belonging to this line
+ * @param array $values
+ * The array of values belonging to this line.
*
* @return boolean the result of this processing
* It is called from both the preview & the import actions
/**
* Handle the values in import mode
*
- * @param int $onDuplicate the code for what action to take on duplicates
- * @param array $values the array of values belonging to this line
+ * @param int $onDuplicate
+ * The code for what action to take on duplicates.
+ * @param array $values
+ * The array of values belonging to this line.
*
* @return boolean the result of this processing
*/
/**
* Return the field ids and names (with groups) for import purpose.
*
- * @param int $id Custom group ID
+ * @param int $id
+ * Custom group ID.
*
* @return array $importableFields
*
*
* editing would involved modifying existing fields + adding data to new fields.
*
- * @param string $action the action to be invoked
+ * @param string $action
+ * The action to be invoked.
*
* @return void
*/
/**
* Preview custom field
*
- * @param int $id custom field id
+ * @param int $id
+ * Custom field id.
*
* @return void
*/
/**
* Edit custom group
*
- * @param int $id custom group id
- * @param string $action the action to be invoked
+ * @param int $id
+ * Custom group id.
+ * @param string $action
+ * The action to be invoked.
*
* @return void
*/
/**
* Preview custom group
*
- * @param int $id custom group id
+ * @param int $id
+ * Custom group id.
*
* @return void
*/
/**
* Browse all custom data groups.
*
- * @param string $action the action to be invoked
+ * @param string $action
+ * The action to be invoked.
*
* @return void
*/
*
* editing would involved modifying existing fields + adding data to new fields.
*
- * @param string $action the action to be invoked
+ * @param string $action
+ * The action to be invoked.
*
* @return void
*/