INotifyStorage¶
-
interface
OCP\Files\Storage\
INotifyStorage
¶ - Storage backend that support active notifications
Source: lib/public/Files/Storage/INotifyStorage.php#34
Constants¶
-
NOTIFY_ADDED = 1
Source: lib/public/Files/Storage/INotifyStorage.php#35
-
NOTIFY_REMOVED = 2
Source: lib/public/Files/Storage/INotifyStorage.php#36
-
NOTIFY_MODIFIED = 3
Source: lib/public/Files/Storage/INotifyStorage.php#37
-
NOTIFY_RENAMED = 4
Source: lib/public/Files/Storage/INotifyStorage.php#38