PHP Class Bitrix24\Im\Attach\Item\User

Inheritance: implements Bitrix24\Im\Attach\iAttachItem
Mostrar archivo Open project: mesilov/bitrix24-php-sdk Class Usage Examples

Protected Properties

Property Type Description
$avatarUrl
$userLink
$userName

Public Methods

Method Description
__construct ( $userName, $avatarUrl = null, $userLink = null ) User constructor.
getAttachData ( ) : array
getAttachTypeCode ( ) : string

Method Details

__construct() public method

User constructor.
public __construct ( $userName, $avatarUrl = null, $userLink = null )
$userName string required
$avatarUrl string
$userLink string

getAttachData() public method

public getAttachData ( ) : array
return array

getAttachTypeCode() public method

public getAttachTypeCode ( ) : string
return string

Property Details

$avatarUrl protected_oe property

protected $avatarUrl

$userName protected_oe property

protected $userName