Update user.class.php

This commit is contained in:
Frédéric FRANCE 2020-11-11 07:35:33 +01:00 committed by GitHub
parent b783a8775d
commit d28249d568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,6 +96,30 @@ class User extends CommonObject
*/
public $socialnetworks;
/**
* @var string skype account
* @deprecated
*/
public $skype;
/**
* @var string twitter account
* @deprecated
*/
public $twitter;
/**
* @var string facebook account
* @deprecated
*/
public $facebook;
/**
* @var string linkedin account
* @deprecated
*/
public $linkedin;
/**
* @var string job position
*/