We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a32696 commit c98c650Copy full SHA for c98c650
lib/public/AppFramework/Utility/IControllerMethodReflector.php
@@ -34,6 +34,16 @@
34
* @since 8.0.0
35
*/
36
interface IControllerMethodReflector {
37
+
38
+ /**
39
+ * @param object $object an object or classname
40
+ * @param string $method the method which we want to inspect
41
+ * @return void
42
+ * @since 8.0.0
43
+ * @deprecated 17.0.0 Reflect should not be called multiple times and only be used internally. This will be removed in Nextcloud 18
44
+ */
45
+ public function reflect($object, string $method);
46
47
/**
48
* Inspects the PHPDoc parameters for types
49
*
0 commit comments