mirror of
https://github.com/friendica/friendica
synced 2025-04-25 11:50:11 +00:00
Improve documentation of visitor-related functions
This commit is contained in:
parent
ae23c69303
commit
470079c37c
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue