postScanFile and postScanFolder are now available in OC\Files\Utils\Scanner

Reflect the changes introduced by https://github.com/owncloud/core/pull/19460
This commit is contained in:
Olivier Paroz
2015-09-30 19:17:20 +02:00
parent e885789aae
commit 25d40cc290

View File

@@ -156,7 +156,9 @@ Filesystem hooks available in scope **\\OC\\Files**:
Filesystem Scanner
------------------
Filesystem scanner hooks available in scope **\\OC\\Utils\\Scanner**:
Filesystem scanner hooks available in scope **\\OC\\Files\\Utils\\Scanner**:
* **scanFile** (string $absolutePath)
* **scanFolder** (string $absolutePath)
* **postScanFile** (string $absolutePath)
* **postScanFolder** (string $absolutePath)