Procházet zdrojové kódy

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 před 4 roky
rodič
revize
def82c5077
Žádný účet není propojen s e-mailovou adresou tvůrce revize

+ 1
- 0
lib/public/AppFramework/Utility/IControllerMethodReflector.php Zobrazit soubor

@@ -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);


Načítá se…
Zrušit
Uložit