Bitrix API

Blank implements Item, ItemWithOwner, TrackableItem uses TrackableItemTrait

Table of Contents

Interfaces

Item
ItemWithOwner
TrackableItem

Properties

$blockCollection  : BlockCollection|null
$converted  : string|null
$createdById  : int|null
$dateCreate  : DateTime|null
$fileCollection  : FileCollection|null
$forTemplate  : bool
$id  : int|null
$scenario  : string|null
$status  : string|null
$title  : string|null

Methods

__construct()  : mixed
getId()  : int
getOriginal()  : array<string|int, mixed>
getOwnerId()  : int
initOriginal()  : void

Properties

$converted

public string|null $converted = null

$createdById

public int|null $createdById = null

$forTemplate

public bool $forTemplate = false

$id

public int|null $id = null

$scenario

public string|null $scenario = null

$status

public string|null $status = null

$title

public string|null $title = null

Methods

__construct()

public __construct([string|null $title = null ][, FileCollection|null $fileCollection = null ][, string|null $status = null ][, int|null $id = null ][, string|null $converted = null ][, DateTime|null $dateCreate = null ][, BlockCollection|null $blockCollection = null ][, string|null $scenario = null ][, int|null $createdById = null ][, bool $forTemplate = false ]) : mixed
Parameters
$title : string|null = null
$fileCollection : FileCollection|null = null
$status : string|null = null
$id : int|null = null
$converted : string|null = null
$dateCreate : DateTime|null = null
$blockCollection : BlockCollection|null = null
$scenario : string|null = null
$createdById : int|null = null
$forTemplate : bool = false

getId()

public getId() : int
Return values
int

getOriginal()

public getOriginal() : array<string|int, mixed>
Return values
array<string|int, mixed>

getOwnerId()

public getOwnerId() : int
Return values
int

        
On this page

Search results