INFRA-132 - Batch 14 (g)
[civicrm-core.git] / api / v3 / Relationship.php
index 29ddb20e430c8f9197a2ef58a7baf40a999a65cc..17a92bdf45f87168723306a1c5102e44449f1a96 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  * @example RelationshipCreate.php Std Create example
  *
  * @return array
  *   API Result Array
+ *   API Result Array
  * {@getfields relationship_create}
- * @static void
- * @access public
  */
 function civicrm_api3_relationship_create($params) {
   _civicrm_api3_handle_relationship_type($params);
@@ -76,12 +73,10 @@ function _civicrm_api3_relationship_create_spec(&$params) {
  * @param array $params
  *
  * @return array
  *   API Result Array
+ *   API Result Array
  * {@getfields relationship_delete}
  * @example RelationshipDelete.php Delete Example
  *
- * @static void
- * @access public
  */
 function civicrm_api3_relationship_delete($params) {
 
@@ -110,7 +105,7 @@ function civicrm_api3_relationship_delete($params) {
  * -  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
+ *   API Result Array
  * {@getfields relationship_get}
  * @example RelationshipGet.php
  * @access  public