/**
* Create a new batch
*
- * @param array $params associated array
- * @param array $ids associated array of ids
- * @param string $context string
+ * @param array $params
+ * Associated array.
+ * @param array $ids
+ * Associated array of ids.
+ * @param string $context
+ * String.
*
* @return object $batch batch object
*/
/**
* Retrieve the information about the batch
*
- * @param array $params (reference ) an assoc array of name/value pairs
- * @param array $defaults (reference ) an assoc array to hold the flattened values
+ * @param array $params
+ * (reference ) an assoc array of name/value pairs.
+ * @param array $defaults
+ * (reference ) an assoc array to hold the flattened values.
*
* @return array CRM_Batch_BAO_Batch object on success, null otherwise
* @static
/**
* Get profile id associated with the batch type
*
- * @param int $batchTypeId batch type id
+ * @param int $batchTypeId
+ * Batch type id.
*
* @return int $profileId profile id
* @static
/**
* Create entity batch entry
- * @param array $params associated array
+ * @param array $params
+ * Associated array.
* @return batch array
*/
public static function addBatchEntity(&$params) {
/**
* Remove entries from entity batch
- * @param array $params associated array
+ * @param array $params
+ * Associated array.
* @return CRM_Batch_DAO_EntityBatch
*/
public static function removeBatchEntity($params) {
/**
* Delete batch entry
*
- * @param int $batchId batch id
+ * @param int $batchId
+ * Batch id.
*
* @return void
*/
/**
* This function is a wrapper for ajax batch selector
*
- * @param array $params associated array for params record id.
+ * @param array $params
+ * Associated array for params record id.
*
* @return array $batchList associated array of batch list
*/
/**
* Get list of batches
*
- * @param array $params associated array for params
+ * @param array $params
+ * Associated array for params.
*
* @return array
*/
/**
* Get count of batches
*
- * @param array $params associated array for params
+ * @param array $params
+ * Associated array for params.
*
* @return null|string
*/
/**
* Format where clause for getting lists of batches
*
- * @param array $params associated array for params
+ * @param array $params
+ * Associated array for params.
*
* @return string
*/
* Function for exporting financial accounts, currently we support CSV and IIF format
* @see http://wiki.civicrm.org/confluence/display/CRM/CiviAccounts+Specifications+-++Batches#CiviAccountsSpecifications-Batches-%C2%A0Overviewofimplementation
*
- * @param array $batchIds associated array of batch ids
- * @param string $exportFormat export format
+ * @param array $batchIds
+ * Associated array of batch ids.
+ * @param string $exportFormat
+ * Export format.
*
* @return void
*
/**
* Form validations
*
- * @param array $params posted values of the form
- * @param array $files list of errors to be posted back to the form
- * @param array $self form object
+ * @param array $params
+ * Posted values of the form.
+ * @param array $files
+ * List of errors to be posted back to the form.
+ * @param array $self
+ * Form object.
*
* @return array list of errors to be posted back to the form
* @static
/**
* Process contribution records
*
- * @param array $params associated array of submitted values
+ * @param array $params
+ * Associated array of submitted values.
*
*
* @return void
/**
* Process membership records
*
- * @param array $params associated array of submitted values
+ * @param array $params
+ * Associated array of submitted values.
*
*
* @return bool
/**
* Update contact information
*
- * @param array $value associated array of submitted values
+ * @param array $value
+ * Associated array of submitted values.
*
*
* @return void