Bitrix API

Document implements JsonSerializable

Table of Contents

Interfaces

JsonSerializable

Methods

getDetailUrl()  : string|null
getId()  : int|null
getIsWithStamps()  : bool
getTitle()  : string|null
jsonSerialize()  : array<string|int, mixed>
setDetailUrl()  : self
setId()  : self
setIsWithStamps()  : self
setTitle()  : self

Methods

getDetailUrl()

public getDetailUrl() : string|null
Return values
string|null

getId()

public getId() : int|null
Return values
int|null

getIsWithStamps()

public getIsWithStamps() : bool
Return values
bool

getTitle()

public getTitle() : string|null
Return values
string|null

jsonSerialize()

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

setDetailUrl()

public setDetailUrl(string $detailUrl) : self
Parameters
$detailUrl : string
Return values
self

setId()

public setId(int $id) : self
Parameters
$id : int
Return values
self

setIsWithStamps()

public setIsWithStamps(bool $isWithStamps) : self
Parameters
$isWithStamps : bool
Return values
self

setTitle()

public setTitle(string $title) : self
Parameters
$title : string
Return values
self

        
On this page

Search results