From 25d40cc290f7312ef0723bb857f40c510c3e131f Mon Sep 17 00:00:00 2001 From: Olivier Paroz Date: Wed, 30 Sep 2015 19:17:20 +0200 Subject: [PATCH] postScanFile and postScanFolder are now available in OC\Files\Utils\Scanner Reflect the changes introduced by https://github.com/owncloud/core/pull/19460 --- developer_manual/app/hooks.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/developer_manual/app/hooks.rst b/developer_manual/app/hooks.rst index 99f858086..ba717384e 100644 --- a/developer_manual/app/hooks.rst +++ b/developer_manual/app/hooks.rst @@ -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)