Bitrix API

RecentActivityData implements Arrayable

FinalYes

Table of Contents

Interfaces

Arrayable

Methods

getDateTime()  : DateTime|null
getDescription()  : string|null
getEntityId()  : int|null
getId()  : int|null
getSecondaryEntityId()  : int|null
getSpaceId()  : int
getTypeId()  : string|null
getUserId()  : int
setDateTime()  : self
setDescription()  : self
setEntityId()  : self
setId()  : self
setSecondaryEntityId()  : self
setSpaceId()  : self
setTypeId()  : self
setUserId()  : self
toArray()  : array<string|int, mixed>

Methods

getDescription()

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

getSecondaryEntityId()

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

setDescription()

public setDescription(string|null $description) : self
Parameters
$description : string|null
Return values
self

setEntityId()

public setEntityId(int|null $entityId) : self
Parameters
$entityId : int|null
Return values
self

setId()

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

setSecondaryEntityId()

public setSecondaryEntityId(int|null $secondaryEntityId) : self
Parameters
$secondaryEntityId : int|null
Return values
self

setSpaceId()

public setSpaceId(int $spaceId) : self
Parameters
$spaceId : int
Return values
self

setTypeId()

public setTypeId(string|null $typeId) : self
Parameters
$typeId : string|null
Return values
self

setUserId()

public setUserId(int $userId) : self
Parameters
$userId : int
Return values
self

toArray()

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

        
On this page

Search results