Mass cleanup of docblocks/code/comments
[civicrm-core.git] / CRM / Financial / BAO / PaymentProcessorType.php
index 055b5f248b565d3256b535f05d891d7a12908872..52d371e7ecb814eef1e516ac3e19a73f867efbf0 100644 (file)
@@ -47,16 +47,12 @@ class CRM_Financial_BAO_PaymentProcessorType extends CRM_Financial_DAO_PaymentPr
   }
 
   /**
-   * Takes a bunch of params that are needed to match certain criteria and
-   * retrieves the relevant objects. Typically the valid params are only
-   * contact_id. We'll tweak this function to be more full featured over a period
-   * of time. This is the inverse function of create. It also stores all the retrieved
-   * values in the default array
+   * Fetch object based on array of properties
    *
    * @param array $params   (reference ) an assoc array of name/value pairs
    * @param array $defaults (reference ) an assoc array to hold the flattened values
    *
-   * @return object CRM_Core_BAO_LocaationType object on success, null otherwise
+   * @return CRM_Core_BAO_LocaationType object on success, null otherwise
    * @access public
    * @static
    */
@@ -105,14 +101,12 @@ class CRM_Financial_BAO_PaymentProcessorType extends CRM_Financial_DAO_PaymentPr
   }
 
   /**
-   * Function to add the payment-processor type in the db
+   * add the payment-processor type in the db
    *
    * @param array $params (reference ) an assoc array of name/value pairs
    *
    * @throws Exception
-   * @internal param array $ids the array that holds all the db ids
-   *
-   * @return object CRM_Financial_DAO_PaymentProcessorType
+   * @return CRM_Financial_DAO_PaymentProcessorType
    * @access public
    * @static
    */
@@ -176,7 +170,7 @@ class CRM_Financial_BAO_PaymentProcessorType extends CRM_Financial_DAO_PaymentPr
   }
 
   /**
-   * Function to delete payment processor
+   * delete payment processor
    *
    * @param  int $paymentProcessorTypeId ID of the processor to be deleted.
    *