IApp
in
Interface IApp
Tags
Table of Contents
Methods
- getCount() : int
- markProcessed() : void
- notify() : void
Methods
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