From c6d9fceff99c6a9fbdfa049337395e2921408025 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Tue, 11 Apr 2023 14:43:21 +0200 Subject: [PATCH] =?UTF-8?q?:bulb:=20N=C2=B04756=20more=20info=20in=20the?= =?UTF-8?q?=20deprecated=20tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/applicationextension.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/applicationextension.inc.php b/application/applicationextension.inc.php index 946fc6def..a007a3ab3 100644 --- a/application/applicationextension.inc.php +++ b/application/applicationextension.inc.php @@ -335,8 +335,8 @@ abstract class AbstractPreferencesExtension implements iPreferencesExtension * A recommended pattern is to cache data by the mean of static members. * * @api + * @deprecated 3.1.0 N°4756 use the new event service instead, see {@see DBObject::FireEvent()} method * @package UIExtensibilityAPI - * @deprecated */ interface iApplicationUIExtension {