CRM-16701 - worked around issue creating saved search.
[civicrm-core.git] / api / v3 / LocationType.php
index a2f466e93a993ceb0527d95308d231c54ef19530..3c7990ffa7d0e346609f9c97e20eb4aa90f20801 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  */
 
 /**
- * File for the CiviCRM APIv3 location type functions
+ * This api exposes CiviCRM LocationType records.
  *
  * @package CiviCRM_APIv3
- * @subpackage API_LocationType
- *
- * @copyright CiviCRM LLC (c) 2004-2014
- * @version $Id: LocationType.php 2012-11-02 Jon Goldberg $
  */
 
 /**
- * Add a Location Type.
+ * Add a LocationType.
  *
  * @param array $params
  *
@@ -58,7 +54,7 @@ function civicrm_api3_location_type_create($params) {
  * The metadata is used for setting defaults, documentation & validation.
  *
  * @param array $params
- *   Array or parameters determined by getfields.
+ *   Array of parameters determined by getfields.
  */
 function _civicrm_api3_location_type_create_spec(&$params) {
   $params['is_active']['api.default'] = 1;
@@ -66,7 +62,7 @@ function _civicrm_api3_location_type_create_spec(&$params) {
 }
 
 /**
- * Deletes an existing Location Type.
+ * Deletes an existing LocationType.
  *
  * @param array $params
  *
@@ -78,7 +74,7 @@ function civicrm_api3_location_type_delete($params) {
 }
 
 /**
- * Retrieve one or more Location Types.
+ * Retrieve one or more LocationTypes.
  *
  * @param array $params
  *   An associative array of name/value pairs.