Bitrix API

OpenEvent implements Base

Table of Contents

Interfaces

Base

Methods

dropCounter()  : void
This method will be invoked by OpenEventDeleted stepper it will drop counters for specified users it will emit a new event which will trigger a re-calculate process
process()  : void
upCounter()  : void
This method will be invoked by OpenEventAdded stepper it will add new counters for specified users it will emit a new event which will trigger a re-calculate process

Methods

dropCounter()

This method will be invoked by OpenEventDeleted stepper it will drop counters for specified users it will emit a new event which will trigger a re-calculate process

public dropCounter(array<string|int, mixed> $userIds, int $eventId, int $categoryId) : void
Parameters
$userIds : array<string|int, mixed>
$eventId : int
$categoryId : int

upCounter()

This method will be invoked by OpenEventAdded stepper it will add new counters for specified users it will emit a new event which will trigger a re-calculate process

public upCounter(array<string|int, mixed> $userIds, Event $event) : void
Parameters
$userIds : array<string|int, mixed>
$event : Event

        
On this page

Search results