Bitrix API

User implements Item

FinalYes

Table of Contents

Interfaces

Item

Properties

$id  : int|null
$lastName  : string|null
$name  : string|null
$notificationLanguageId  : string|null
$personalPhotoId  : int|null
$secondName  : string|null

Methods

__construct()  : mixed

Properties

$id read-only

public int|null $id = null

$lastName read-only

public string|null $lastName = null

$name read-only

public string|null $name = null

$notificationLanguageId read-only

public string|null $notificationLanguageId = null

$personalPhotoId read-only

public int|null $personalPhotoId = null

$secondName read-only

public string|null $secondName = null

Methods

__construct()

public __construct([int|null $id = null ][, string|null $name = null ][, string|null $lastName = null ][, string|null $secondName = null ][, int|null $personalPhotoId = null ][, string|null $notificationLanguageId = null ]) : mixed
Parameters
$id : int|null = null
$name : string|null = null
$lastName : string|null = null
$secondName : string|null = null
$personalPhotoId : int|null = null
$notificationLanguageId : string|null = null

        
On this page

Search results