Improve documentation of visitor-related functions

Bu işleme şunda yer alıyor:
Hypolite Petovan 2020-08-04 22:44:42 -04:00
ebeveyn ae23c69303
işleme 470079c37c
2 değiştirilmiş dosya ile 3 ekleme ve 3 silme

Dosyayı Görüntüle

@ -266,7 +266,7 @@ function public_contact()
}
/**
* Returns contact id of authenticated site visitor or false
* Returns public contact id of authenticated site visitor or false
*
* @return int|bool visitor_id or false
*/

Dosyayı Görüntüle

@ -65,10 +65,10 @@ class Session
}
/**
* Returns contact ID for given user ID
* Return the user contact ID of a visitor for the given user ID they are visiting
*
* @param integer $uid User ID
* @return integer Contact ID of visitor for given user ID
* @return integer
*/
public static function getRemoteContactID($uid)
{