Bitrix API

Template implements JsonSerializable

Table of Contents

Interfaces

JsonSerializable

Methods

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

Methods

getDocumentCreationUrl()

public getDocumentCreationUrl() : string
Return values
string

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>

setDocumentCreationUrl()

public setDocumentCreationUrl(string $documentCreationUrl) : self
Parameters
$documentCreationUrl : 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