From 8232cf2da7aa5114fef79318cf0701f103195d9f Mon Sep 17 00:00:00 2001 From: Eileen Date: Fri, 13 Sep 2013 19:35:27 +1200 Subject: [PATCH] CRM/Contact/BAO/Contact.php comment block fixes --- CRM/Contact/BAO/Contact.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CRM/Contact/BAO/Contact.php b/CRM/Contact/BAO/Contact.php index 603dd4e12a..fa32e105bd 100644 --- a/CRM/Contact/BAO/Contact.php +++ b/CRM/Contact/BAO/Contact.php @@ -1278,11 +1278,13 @@ WHERE id={$id}; "; * * currentlty we are using importable fields as exportable fields * - * @param int $contactType contact Type + * @param int|string $contactType contact Type * @param boolean $status true while exporting primary contacts * @param boolean $export true when used during export * @param boolean $search true when used during search, might conflict with export param? * + * @param bool $withMultiRecord + * * @return array array of exportable Fields * @access public * @static @@ -1534,9 +1536,10 @@ WHERE id={$id}; "; * given a set of flat profile style field names, create a hierarchy * for query to use and crete the right sql * - * @param array $properties a flat return properties name value array - * @param int $contactId contact id + * @param $fields + * @param int $contactId contact id * + * @internal param array $properties a flat return properties name value array * @return array a hierarchical property tree if appropriate * @access public * @static @@ -1604,6 +1607,10 @@ WHERE id={$id}; "; * $params boolean $isPrimaryExist if true, return primary contact location type otherwise null * $params boolean $skipDefaultPriamry if true, return primary contact location type otherwise null * + * @param $contactId + * @param bool $skipDefaultPriamry + * @param null $block + * * @return int $locationType location_type_id * @access public * @static -- 2.25.1