N°4488 - deprecate cmdbAbstractObject::GetSetAsHTMLSpreadsheet() used only by the old export.php

This commit is contained in:
acognet
2022-02-10 15:04:59 +01:00
parent 55effea0a3
commit 03e9bcd47a

View File

@@ -1557,6 +1557,8 @@ HTML
* @param array $aParams
*
* @throws \Exception
* only used in old and deprecated export.php
* @deprecated since 2.7.7 3.0.1
*/
public static function DisplaySetAsHTMLSpreadsheet(WebPage $oPage, CMDBObjectSet $oSet, $aParams = array())
{
@@ -1577,6 +1579,8 @@ HTML
* @throws \MySQLException
* @throws \MySQLHasGoneAwayException
* @throws \Exception
* only used in old and deprecated export.php
* @deprecated since 2.7.7 3.0.1
*/
public static function GetSetAsHTMLSpreadsheet(DBObjectSet $oSet, $aParams = array())
{