Bitrix API

RecentItem implements JsonSerializable

Table of Contents

Interfaces

JsonSerializable

Methods

__construct()  : mixed
getEntityId()  : string
getId()  : mixed
getLastUseDate()  : int|null
isAvailable()  : bool
isLoaded()  : bool
jsonSerialize()  : mixed
setAvailable()  : self
setLastUseDate()  : self
setLoaded()  : self

Methods

__construct()

public __construct(array<string|int, mixed> $options) : mixed
Parameters
$options : array<string|int, mixed>

getEntityId()

public getEntityId() : string
Return values
string

getLastUseDate()

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

isAvailable()

public isAvailable() : bool
Return values
bool

isLoaded()

public isLoaded() : bool
Return values
bool

setAvailable()

public setAvailable(bool $flag) : self
Parameters
$flag : bool
Return values
self

setLastUseDate()

public setLastUseDate(int $lastUseDate) : self
Parameters
$lastUseDate : int
Return values
self

setLoaded()

public setLoaded(bool $flag) : self
Parameters
$flag : bool
Return values
self

        
On this page

Search results