Bitrix API

Value implements Item

Table of Contents

Interfaces

Item

Properties

$fieldId  : int
$fileId  : int|null
$hcmLinkFieldValueId  : HcmLinkFieldValueId|null
$id  : int|null
$memberId  : int|null
$text  : string|null
$trusted  : bool|null

Methods

__construct()  : mixed

Properties

$fieldId

public int $fieldId

$fileId

public int|null $fileId = null

$id

public int|null $id = null

$memberId

public int|null $memberId = null

$text

public string|null $text = null

$trusted

public bool|null $trusted = null

Methods

__construct()

public __construct(int $fieldId[, int|null $id = null ][, int|null $memberId = null ][, string|null $text = null ][, int|null $fileId = null ][, bool|null $trusted = null ][, HcmLinkFieldValueId|null $hcmLinkFieldValueId = null ]) : mixed
Parameters
$fieldId : int
$id : int|null = null
$memberId : int|null = null
$text : string|null = null
$fileId : int|null = null
$trusted : bool|null = null
$hcmLinkFieldValueId : HcmLinkFieldValueId|null = null

        
On this page

Search results