X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FPaymentProcessorType.php;h=74828fd898f9810539b977252b407b2bc87b40e8;hb=5f53b1c171d164470d6bbf6002841cdd17c55912;hp=4ce8d997314a5a4efce8bf980cc4e63bc3e490e9;hpb=e913987d303f2c51e60be23820fc8d1031e7eadd;p=civicrm-core.git diff --git a/api/v3/PaymentProcessorType.php b/api/v3/PaymentProcessorType.php index 4ce8d99731..74828fd898 100644 --- a/api/v3/PaymentProcessorType.php +++ b/api/v3/PaymentProcessorType.php @@ -2,7 +2,7 @@ /* +--------------------------------------------------------------------+ - | CiviCRM version 4.5 | + | CiviCRM version 4.6 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ @@ -42,11 +42,12 @@ */ /** - * Function to create payment_processor type + * create payment_processor type * - * @param array $params Associative array of property name/value pairs to insert in new payment_processor type. + * @param array $params + * Associative array of property name/value pairs to insert in new payment_processor type. * - * @return Newly created PaymentProcessor_type object + * @return array * {@getfields PaymentProcessorType_create} * @access public * {@schema Core/PaymentProcessorType.xml} @@ -71,7 +72,8 @@ function civicrm_api3_payment_processor_type_create($params) { * Adjust Metadata for Create action * * The metadata is used for setting defaults, documentation & validation - * @param array $params array or parameters determined by getfields + * @param array $params + * Array or parameters determined by getfields. */ function _civicrm_api3_payment_processor_type_create_spec(&$params) { $params['billing_mode']['api.required'] = 1; @@ -84,7 +86,7 @@ function _civicrm_api3_payment_processor_type_create_spec(&$params) { } /** - * Function to get all payment_processor type + * get all payment_processor type * retruns An array of PaymentProcessor_type * @access public * {@getfields PaymentProcessorType_get} @@ -97,11 +99,12 @@ function civicrm_api3_payment_processor_type_get($params) { /** * Delete a payment_processor type delete * - * @param id of payment_processor type $id + * @param id of payment_processor type $id * - * @return array API Result Array + * @return array + * API Result Array * {@getfields PaymentProcessorType_delete} - * @static void + * @static * @access public */ function civicrm_api3_payment_processor_type_delete($params) {