mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°6262 - Remove \DataTableUIBlockFactory::MakeForRenderingObject() method
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user