Bitrix API

Field implements Item

Table of Contents

Interfaces

Item

Properties

$blankId  : int
$connectorType  : string|null
$entityCode  : string|null
$entityType  : string|null
$hint  : string|null
$id  : int|null
$items  : ItemCollection|null
$label  : string|null
$name  : string
$party  : int
$placeHolder  : string|null
$required  : bool|null
$subfields  : FieldCollection|null
$type  : string
$values  : ValueCollection|null

Methods

__construct()  : mixed
isFilled()  : bool
isTypeFile()  : bool
replaceValueIfPresent()  : static

Properties

$blankId

public int $blankId

$connectorType

public string|null $connectorType = null

$entityCode

public string|null $entityCode = null

$entityType

public string|null $entityType = null

$hint

public string|null $hint = null

$id

public int|null $id = null

$label

public string|null $label

$placeHolder

public string|null $placeHolder = null

$required

public bool|null $required = null

Methods

__construct()

public __construct(int $blankId, int $party, string $type, string $name, string|null $label[, string|null $connectorType = null ][, string|null $entityType = null ][, string|null $entityCode = null ][, int|null $id = null ][, string|null $hint = null ][, string|null $placeHolder = null ][, ValueCollection|null $values = null ][, ItemCollection|null $items = null ][, FieldCollection|null $subfields = null ][, bool|null $required = null ]) : mixed
Parameters
$blankId : int
$party : int
$type : string
$name : string
$label : string|null
$connectorType : string|null = null
$entityType : string|null = null
$entityCode : string|null = null
$id : int|null = null
$hint : string|null = null
$placeHolder : string|null = null
$values : ValueCollection|null = null
$items : ItemCollection|null = null
$subfields : FieldCollection|null = null
$required : bool|null = null

isFilled()

public isFilled() : bool
Return values
bool

isTypeFile()

public isTypeFile() : bool
Return values
bool

replaceValueIfPresent()

public replaceValueIfPresent(Value|null $fieldValue) : static
Parameters
$fieldValue : Value|null
Return values
static

        
On this page

Search results