mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-18 16:18:47 +02:00
N°4488 - deprecate cmdbAbstractObject::GetSetAsHTMLSpreadsheet() used only by the old export.php
This commit is contained in:
@@ -1557,6 +1557,8 @@ HTML
|
|||||||
* @param array $aParams
|
* @param array $aParams
|
||||||
*
|
*
|
||||||
* @throws \Exception
|
* @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())
|
public static function DisplaySetAsHTMLSpreadsheet(WebPage $oPage, CMDBObjectSet $oSet, $aParams = array())
|
||||||
{
|
{
|
||||||
@@ -1577,6 +1579,8 @@ HTML
|
|||||||
* @throws \MySQLException
|
* @throws \MySQLException
|
||||||
* @throws \MySQLHasGoneAwayException
|
* @throws \MySQLHasGoneAwayException
|
||||||
* @throws \Exception
|
* @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())
|
public static function GetSetAsHTMLSpreadsheet(DBObjectSet $oSet, $aParams = array())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user