Bitrix API

Block implements Item

Table of Contents

Interfaces

Item

Properties

$blankId  : int|null
$code  : string
$data  : array<string|int, mixed>
$fields  : FieldCollection|null
$id  : int|null
$party  : int
$position  : Position|null
$role  : string|null
$style  : Style|null
$type  : string

Methods

__construct()  : mixed

Properties

$blankId

public int|null $blankId = null

$data

public array<string|int, mixed> $data = []

$id

public int|null $id = null

$role

public string|null $role = null

Methods

__construct()

public __construct(int $party, string $type, string $code[, int|null $blankId = null ][, Position|null $position = null ][, array<string|int, mixed> $data = [] ][, int|null $id = null ][, Style|null $style = null ][, FieldCollection|null $fields = null ][, string|null $role = null ]) : mixed
Parameters
$party : int
$type : string
$code : string
$blankId : int|null = null
$position : Position|null = null
$data : array<string|int, mixed> = []
$id : int|null = null
$style : Style|null = null
$fields : FieldCollection|null = null
$role : string|null = null

        
On this page

Search results