INFRA-132 - Batch 14 (g)
[civicrm-core.git] / api / v3 / Relationship.php
index 2556d65084f7d5c6303073ceb0abdd23fb7312b5..17a92bdf45f87168723306a1c5102e44449f1a96 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  * @throws API_Exception
  * @example RelationshipCreate.php Std Create example
  *
- * @return array API Result Array
+ * @return array
+ *   API Result Array
  * {@getfields relationship_create}
- * @static void
- * @access public
  */
 function civicrm_api3_relationship_create($params) {
   _civicrm_api3_handle_relationship_type($params);
@@ -74,12 +72,11 @@ function _civicrm_api3_relationship_create_spec(&$params) {
  *
  * @param array $params
  *
- * @return array API Result Array
+ * @return array
+ *   API Result Array
  * {@getfields relationship_delete}
  * @example RelationshipDelete.php Delete Example
  *
- * @static void
- * @access public
  */
 function civicrm_api3_relationship_delete($params) {
 
@@ -107,7 +104,8 @@ function civicrm_api3_relationship_delete($params) {
  * -  if you pass in contact_id - it just returns all relationships for 'contact_id'
  * -  if you don't pass in contact_id then it does a filter on the relationship table (DAO based search)
  *
- * @return Array API Result Array
+ * @return Array
+ *   API Result Array
  * {@getfields relationship_get}
  * @example RelationshipGet.php
  * @access  public