INotifyStorage
in
Storage backend that support active notifications
Tags
Table of Contents
Constants
- NOTIFY_ADDED = 1
- NOTIFY_MODIFIED = 3
- NOTIFY_REMOVED = 2
- NOTIFY_RENAMED = 4
Methods
- notify() : INotifyHandler
- Start the notification handler for this storage
Constants
NOTIFY_ADDED
public
mixed
NOTIFY_ADDED
= 1
Tags
NOTIFY_MODIFIED
public
mixed
NOTIFY_MODIFIED
= 3
Tags
NOTIFY_REMOVED
public
mixed
NOTIFY_REMOVED
= 2
Tags
NOTIFY_RENAMED
public
mixed
NOTIFY_RENAMED
= 4
Tags
Methods
notify()
Start the notification handler for this storage
public
notify(string $path) : INotifyHandler
Parameters
- $path : string