Nextcloud PHP API (master)

IDeferrableApp extends IApp

Interface IDeferrableApp

Tags
since
20.0.0

Table of Contents

Methods

defer()  : void
Start deferring notifications until `flush()` is called
flush()  : void
Send all deferred notifications that have been stored since `defer()` was called
getCount()  : int
markProcessed()  : void
notify()  : void

Methods

defer()

Start deferring notifications until `flush()` is called

public defer() : void
Tags
since
20.0.0

flush()

Send all deferred notifications that have been stored since `defer()` was called

public flush() : void
Tags
since
20.0.0

        
On this page

Search results