IDeferrableApp
extends
IApp
in
Interface IDeferrableApp
Tags
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
flush()
Send all deferred notifications that have been stored since `defer()` was called
public
flush() : void
Tags
getCount()
public
getCount(INotification $notification) : int
Parameters
- $notification : INotification
Tags
Return values
intmarkProcessed()
public
markProcessed(INotification $notification) : void
Parameters
- $notification : INotification
Tags
notify()
public
notify(INotification $notification) : void
Parameters
- $notification : INotification