Nextcloud PHP API (master)

IBulkConsumer extends IConsumer

Interface IBulkConsumer

Tags
since
32.0.0

Table of Contents

Methods

bulkReceive()  : void
receive()  : null

Methods

bulkReceive()

public bulkReceive(IEvent $event, array<string|int, mixed> $affectedUserIds, ISetting $setting) : void
Parameters
$event : IEvent
$affectedUserIds : array<string|int, mixed>
$setting : ISetting
Tags
since
32.0.0

receive()

public receive(IEvent $event) : null
Parameters
$event : IEvent
Tags
since
6.0.0
since
8.2.0

Replaced the parameters with an IEvent object

Return values
null

        
On this page

Search results