Bitrix API

Event

Table of Contents

Methods

__construct()  : mixed
CounterEvent constructor.
getData()  : array<string|int, mixed>
getHitId()  : string
getId()  : int
getType()  : string
setData()  : $this
setId()  : $this

Methods

__construct()

CounterEvent constructor.

public __construct(string $hitId, string $type) : mixed
Parameters
$hitId : string
$type : string

getData()

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

getHitId()

public getHitId() : string
Return values
string

getId()

public getId() : int
Return values
int

getType()

public getType() : string
Return values
string

setData()

public setData(array<string|int, mixed> $data) : $this
Parameters
$data : array<string|int, mixed>
Return values
$this

setId()

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

        
On this page

Search results