Bitrix API

User implements Item

Table of Contents

Interfaces

Item

Properties

$active  : bool|null
$firstName  : string|null
$hasConfirmCode  : bool
$id  : int
$lastName  : string|null
$personalGender  : string|null
$personalPhotoId  : int|null
$secondName  : string|null
$workPosition  : string|null

Methods

__construct()  : mixed

Properties

$active

public bool|null $active = null

$firstName

public string|null $firstName = null

$hasConfirmCode

public bool $hasConfirmCode = false

$lastName

public string|null $lastName = null

$personalGender

public string|null $personalGender = null

$personalPhotoId

public int|null $personalPhotoId = null

$secondName

public string|null $secondName = null

$workPosition

public string|null $workPosition = null

Methods

__construct()

public __construct(int $id[, string|null $firstName = null ][, string|null $lastName = null ][, string|null $secondName = null ][, int|null $personalPhotoId = null ][, string|null $workPosition = null ][, string|null $personalGender = null ][, bool|null $active = null ][, bool $hasConfirmCode = false ]) : mixed
Parameters
$id : int
$firstName : string|null = null
$lastName : string|null = null
$secondName : string|null = null
$personalPhotoId : int|null = null
$workPosition : string|null = null
$personalGender : string|null = null
$active : bool|null = null
$hasConfirmCode : bool = false

        
On this page

Search results