From 271a1f66c190ace7f0ff8265e222f6736ddc8b9d Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Tue, 29 Jul 2025 10:51:48 +0200 Subject: [PATCH] =?UTF-8?q?=20N=C2=B06262=20-=20Remove=20\DataTableUIBlock?= =?UTF-8?q?Factory::MakeForRenderingObject()=20method?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DataTable/DataTableUIBlockFactory.php | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/sources/Application/UI/Base/Component/DataTable/DataTableUIBlockFactory.php b/sources/Application/UI/Base/Component/DataTable/DataTableUIBlockFactory.php index ab083494c..8d2aa8381 100644 --- a/sources/Application/UI/Base/Component/DataTable/DataTableUIBlockFactory.php +++ b/sources/Application/UI/Base/Component/DataTable/DataTableUIBlockFactory.php @@ -630,26 +630,6 @@ class DataTableUIBlockFactory extends AbstractUIBlockFactory return $oDataTable; } - /** - * @deprecated 3.1.0 N°6261 Use \DataTableUIBlockFactory::MakeForRendering instead - * @param string $sListId - * @param DBObjectSet $oSet - * @param array $aExtraParams - * - * @return \Combodo\iTop\Application\UI\Base\Component\DataTable\DataTable - * @throws \ArchivedObjectException - * @throws \CoreException - * @throws \CoreUnexpectedValue - * @throws \DictExceptionMissingString - * @throws \MySQLException - */ - public static function MakeForRenderingObject(string $sListId, DBObjectSet $oSet, $aExtraParams = array()) - { - DeprecatedCallsLog::NotifyDeprecatedPhpMethod('use DataTableUIBlockFactory::MakeForRendering instead'); - - return static::MakeForRendering($sListId, $oSet, $aExtraParams); - } - /** * @param array $aColumns * @param string $sSelectMode