Browse Source

Remove reflect method form public interface

The reflect method is (and should) only every be called internally.
Since if you call it again it would otherwise start mixing and matching
arguments etc.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
tags/v17.0.0beta4
Roeland Jago Douma 4 years ago
parent
commit
def82c5077
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      lib/public/AppFramework/Utility/IControllerMethodReflector.php

+ 1
- 0
lib/public/AppFramework/Utility/IControllerMethodReflector.php View File

@@ -40,6 +40,7 @@ interface IControllerMethodReflector {
* @param string $method the method which we want to inspect
* @return void
* @since 8.0.0
* @deprecated 17.0.0 Reflect should not be called multiple times and only be used internally. This will be removed in Nextcloud 18
*/
public function reflect($object, string $method);


Loading…
Cancel
Save