From c7caf7e88d24405014a37459f0434d1fe2e5db6e Mon Sep 17 00:00:00 2001 From: lacatoire Date: Mon, 15 Jun 2026 11:17:56 +0200 Subject: [PATCH] [Sync EN] reflection: Delete outdated paragraph in hasreturntype.xml (#5610) --- .../hasreturntype.xml | 109 ++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 reference/reflection/reflectionfunctionabstract/hasreturntype.xml diff --git a/reference/reflection/reflectionfunctionabstract/hasreturntype.xml b/reference/reflection/reflectionfunctionabstract/hasreturntype.xml new file mode 100644 index 000000000..61a5a65ad --- /dev/null +++ b/reference/reflection/reflectionfunctionabstract/hasreturntype.xml @@ -0,0 +1,109 @@ + + + + + ReflectionFunctionAbstract::hasReturnType + Prüft, ob die Funktion einen angegebenen Rückgabetyp hat + + + + &reftitle.description; + + public boolReflectionFunctionAbstract::hasReturnType + + + + Prüft, ob für die untersuchte Funktion ein Rückgabetyp angegeben ist. + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + Gibt &true; zurück, wenn die Funktion einen angegebenen Rückgabetyp hat, + andernfalls &false;. + + + + + &reftitle.examples; + + + <methodname>ReflectionFunctionAbstract::hasReturnType</methodname>-Beispiel + +hasReturnType()); +]]> + + &example.outputs; + + + + + + + Verwendung bei eingebauten Funktionen + +hasReturnType()); +]]> + + &example.outputs; + + + + + + + + + &reftitle.seealso; + + + ReflectionFunctionAbstract::getReturnType + + + + + +