From 8a09496e40724e594fa3704f0e4ed82d136d0420 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 17 Dec 2014 18:26:56 +0100 Subject: [PATCH] add another 2 interfaces --- developer_manual/app/container.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/developer_manual/app/container.rst b/developer_manual/app/container.rst index 652d76e5c..61f335815 100644 --- a/developer_manual/app/container.rst +++ b/developer_manual/app/container.rst @@ -292,6 +292,7 @@ Types: * **OCP\\ICache** * **OCP\\ICacheFactory** * **OCP\\IConfig** +* **OCP\\AppFramework\\Utility\\IControllerMethodReflector** * **OCP\\Contacts\\IManager** * **OCP\\IDateTimeZone** * **OCP\\IDb** @@ -307,6 +308,7 @@ Types: * **OCP\\INavigationManager** * **OCP\\IPreview** * **OCP\\IRequest** +* **OCP\\AppFramework\\Utility\\ITimeFactory** * **OCP\\ITagManager** * **OCP\\ITempManager** * **OCP\\Route\\IRouter**