Bitrix API

UserAll extends EntityBase

Table of Contents

Methods

__construct()  : mixed
getAvatar()  : string|null
URL to avatar image.
getId()  : int
Entity id.
getMetaData()  : array<string|int, mixed>
Meta data for entity.
getName()  : string
Entity name.
getType()  : string
Entity type.
getUrl()  : string
Url to entity detail page.

Methods

__construct()

public __construct(int $id) : mixed
Parameters
$id : int

entity id

getAvatar()

URL to avatar image.

public getAvatar([int $width = 58 ][, int $height = 58 ]) : string|null
Parameters
$width : int = 58
$height : int = 58
Return values
string|null

getId()

Entity id.

public getId() : int
Return values
int

getMetaData()

Meta data for entity.

public getMetaData() : array<string|int, mixed>
Return values
array<string|int, mixed>

in format:

[
		'type' => ...
		'id' => ...
		'name' => ...
		'url' => ...
		'avatar' => ...
]

getName()

Entity name.

public getName() : string
Return values
string

getType()

Entity type.

public getType() : string

Returns access code.

Return values
string

getUrl()

Url to entity detail page.

public getUrl() : string
Return values
string

        
On this page

Search results