From 382135fde8bcbc0d4ce83adffbcfd9d94d78cae1 Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 28 Jun 2021 14:00:44 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B04106=20-=20Deprecate=20usage=20of=20DBOb?= =?UTF-8?q?ject::GetName()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/dbobject.class.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/dbobject.class.php b/core/dbobject.class.php index 377bfc953..5b0d14559 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -1535,10 +1535,11 @@ abstract class DBObject implements iDisplay * In example, the name may contain some XSS script instructions. * Use this function only for internal computations or for an output to a non-HTML destination * - * @internal since 3.0 will be set final in 3.1 - * + * @internal * @return string * @throws \CoreException + * @since 3.0.0 N°4106 This method is now internal. It will be set final in 3.1.0 (N°4107) + * */ public function GetRawName() {