X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FRelationship.php;h=2dede0b650dcd0441033bf8ccb5d5e0ebb5c5931;hb=85bb0909cffd925f4cd5c0022a68a1ff74d3ad8e;hp=e3ae1509ae5e7756a0768b41361e387a74803fa0;hpb=afed0de9c0305abb1c011d6e87fd5e7a1ddee543;p=civicrm-core.git diff --git a/api/v3/Relationship.php b/api/v3/Relationship.php index e3ae1509ae..2dede0b650 100644 --- a/api/v3/Relationship.php +++ b/api/v3/Relationship.php @@ -40,15 +40,15 @@ /** * Add or update a relationship * - * @param array $params input parameters + * @param array $params input parameters * + * @throws API_Exception * @example RelationshipCreate.php Std Create example * * @return array API Result Array * {@getfields relationship_create} * @static void * @access public - * */ function civicrm_api3_relationship_create($params) { @@ -171,11 +171,12 @@ function civicrm_api3_relationship_get($params) { * take the input parameter list as specified in the data model and * convert it into the same format that we use in QF and BAO object * - * @param array $params Associative array of property name/value + * @param array $params Associative array of property name/value * pairs to insert in new contact. - * @param array $values The reformatted properties that we can use internally + * @param array $values The reformatted properties that we can use internally * ' * + * @throws Exception * @return array|CRM_Error * @access public */