From 099718996972d44cc16422c77b5bbc86b6a4cc97 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Mon, 28 Jun 2021 12:06:25 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/dbobject.class.php b/core/dbobject.class.php index 1e8ab83cc..377bfc953 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -1517,7 +1517,8 @@ abstract class DBObject implements iDisplay /** * Helper to get the friendly name in a safe manner for displaying inside a web page * - * @internal since 3.0 will be set final in 3.1 + * @internal + * @since 3.0.0 N°4106 This method is now internal. It will be set final in 3.1.0 (N°4107) * * @return string * @throws \CoreException