X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FBAO%2FAddress.php;h=3b5e46e50645f5c5431a5b573157bbfa6ce7961c;hb=f9d8a5d10a4641e646ea179406f2dc1dcbf80a63;hp=9f35cd2688d1baee7b0aab7407041d8bdf717c25;hpb=ebe9a984da7a768d21bcd99f33d28bde4cf0597f;p=civicrm-core.git diff --git a/CRM/Core/BAO/Address.php b/CRM/Core/BAO/Address.php index 9f35cd2688..3b5e46e506 100644 --- a/CRM/Core/BAO/Address.php +++ b/CRM/Core/BAO/Address.php @@ -1,9 +1,9 @@ display * - * @param NULL + * @param bool $microformat + * + * @internal param $NULL * * @return void * * @access public - * */ function addDisplay($microformat = FALSE) { $fields = array( @@ -582,6 +585,8 @@ class CRM_Core_BAO_Address extends CRM_Core_DAO_Address { * * @param int $id the contact id * + * @param bool $updateBlankLocInfo + * * @return array the array of adrress data * @access public * @static @@ -1158,8 +1163,10 @@ SELECT is_primary, * TODO: In context of chainselect, what to return if e.g. a country has no states? * * @param String $fieldName - * @param String $context: @see CRM_Core_DAO::buildOptionsContext - * @param Array $props: whatever is known about this dao object + * @param String $context : @see CRM_Core_DAO::buildOptionsContext + * @param Array $props : whatever is known about this dao object + * + * @return Array|bool */ public static function buildOptions($fieldName, $context = NULL, $props = array()) { $params = array();