diff options
author | Olivier Paroz <github@oparoz.com> | 2014-12-14 23:54:31 +0100 |
---|---|---|
committer | Olivier Paroz <github@oparoz.com> | 2014-12-14 23:54:31 +0100 |
commit | 469fd3b3a3a256d7651eac364d96fbbae16c389b (patch) | |
tree | 7fbd716e2ae5eee6813bba3753da3cb87853b461 /lib/private/appframework | |
parent | 768aea57d3cef405ff1e01731fd31af5c997df99 (diff) | |
download | nextcloud-server-469fd3b3a3a256d7651eac364d96fbbae16c389b.tar.gz nextcloud-server-469fd3b3a3a256d7651eac364d96fbbae16c389b.zip |
Olivier Paroz \OCP\AppFramework\Utility\IControllerMethodReflector
Diffstat (limited to 'lib/private/appframework')
-rw-r--r-- | lib/private/appframework/utility/controllermethodreflector.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/private/appframework/utility/controllermethodreflector.php b/lib/private/appframework/utility/controllermethodreflector.php index 8ad35ed35c2..00d6e1f1573 100644 --- a/lib/private/appframework/utility/controllermethodreflector.php +++ b/lib/private/appframework/utility/controllermethodreflector.php @@ -24,11 +24,13 @@ namespace OC\AppFramework\Utility; +use \OCP\AppFramework\Utility\IControllerMethodReflector; + /** * Reads and parses annotations from doc comments */ -class ControllerMethodReflector { +class ControllerMethodReflector implements IControllerMethodReflector{ private $annotations; private $types; |