CRM-15905 fix - API: problem sorting contacts on ID
[civicrm-core.git] / api / v3 / SmsProvider.php
index 45ca0323e9c5bccf08b039ff3c28d83225b9e6cb..79840a91f76dab8a61bae1dedebc8aaf5be6a363 100644 (file)
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * File for the CiviCRM APIv3 sms_provider functions
  *
  * @package CiviCRM_APIv3
  * @subpackage API_sms_provider
- *
  */
 
 /**
- * Save an sms_provider
- *
- * Allowed @params array keys are:
- * {@getfields sms_provider_create}
- * @example sms_providerCreate.php
+ * Save an sms_provider.
  *
  * @param array $params
  *
@@ -50,11 +45,7 @@ function civicrm_api3_sms_provider_create($params) {
 }
 
 /**
- * Get an sms_provider
- *
- * Allowed @params array keys are:
- * {@getfields sms_provider_get}
- * @example sms_providerCreate.php
+ * Get an sms_provider.
  *
  * @param array $params
  *
@@ -66,11 +57,7 @@ function civicrm_api3_sms_provider_get($params) {
 }
 
 /**
- * Delete an sms_provider
- *
- * Allowed @params array keys are:
- * {@getfields sms_provider_delete}
- * @example sms_providerCreate.php
+ * Delete an sms_provider.
  *
  * @param array $params
  *