CRM-16019 - Expose date/time format preferences to clientside
[civicrm-core.git] / api / v3 / MailingComponent.php
index 93bfddab0ea367055cb1d864d3912c9662b6eb7b..db953772ed44c1f112fe351f6f833bf0fb338611 100644 (file)
  */
 
 /**
- * This api exposes CiviCRM mailing_component.
+ * This api exposes CiviCRM MailingComponent.
  *
  * @package CiviCRM_APIv3
- * @subpackage API_mailing_component
  */
 
 /**
- * Save a mailing_component.
+ * Save a MailingComponent.
  *
  * @param array $params
  *
@@ -46,7 +45,7 @@ function civicrm_api3_mailing_component_create($params) {
 }
 
 /**
- * Get a mailing_component.
+ * Get a MailingComponent.
  *
  * @param array $params
  *
@@ -58,7 +57,7 @@ function civicrm_api3_mailing_component_get($params) {
 }
 
 /**
- * Delete a mailing_component.
+ * Delete a MailingComponent.
  *
  * @param array $params
  *