X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FBAO%2FWebsite.php;h=050502c14a06a627791d074da0cbce864a2ea9e8;hb=da6b46f4a1c9a3dfd1502637efad4fa003eee61a;hp=d7eaedd92aae80f61740bc1bbafa1b65cc055c94;hpb=2c53a8f729f160b603efc6e8f5eb03c118df6ed3;p=civicrm-core.git diff --git a/CRM/Core/BAO/Website.php b/CRM/Core/BAO/Website.php index d7eaedd92a..050502c14a 100644 --- a/CRM/Core/BAO/Website.php +++ b/CRM/Core/BAO/Website.php @@ -63,7 +63,9 @@ class CRM_Core_BAO_Website extends CRM_Core_DAO_Website { * process website * * @param array $params associated array - * @param int $contactID contact id + * @param int $contactID contact id + * + * @param $skipDelete * * @return void * @access public @@ -127,7 +129,10 @@ class CRM_Core_BAO_Website extends CRM_Core_DAO_Website { * Given the list of params in the params array, fetch the object * and store the values in the values array * - * @param array entityBlock input parameters to find object + * @param $params + * @param $values + * + * @internal param \entityBlock $array input parameters to find object * * @return boolean * @access public @@ -156,6 +161,8 @@ class CRM_Core_BAO_Website extends CRM_Core_DAO_Website { * * @param int $id the contact id * + * @param bool $updateBlankLocInfo + * * @return array the array of website details * @access public * @static