Переглянути джерело

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 роки тому
джерело
коміт
def82c5077
Аккаунт користувача з таким Email не знайдено

+ 1
- 0
lib/public/AppFramework/Utility/IControllerMethodReflector.php Переглянути файл

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


Завантаження…
Відмінити
Зберегти