IApp
Interface IApp
Tags
Table of Contents
- getCount() : int
- markProcessed() : void
- notify() : void
Methods
getCount()
public
getCount(INotification $notification) : int
Parameters
- $notification : INotification
Tags
Return values
int —markProcessed()
public
markProcessed(INotification $notification) : void
Parameters
- $notification : INotification
Tags
notify()
public
notify(INotification $notification) : void
Parameters
- $notification : INotification