From 54c89dcbb52b05a9b148df893a6e375113bb5b5a Mon Sep 17 00:00:00 2001 From: Molkobain Date: Thu, 14 Oct 2021 17:09:38 +0200 Subject: [PATCH] PHPDoc --- application/cmdbabstract.class.inc.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/application/cmdbabstract.class.inc.php b/application/cmdbabstract.class.inc.php index 1aad6020e..1a8f333bd 100644 --- a/application/cmdbabstract.class.inc.php +++ b/application/cmdbabstract.class.inc.php @@ -1190,6 +1190,25 @@ HTML return ""; } + /** + * @param \WebPage $oPage + * @param \DBObjectSet $oSet + * @param array $aExtraParams + * + * @return \Combodo\iTop\Application\UI\Base\Layout\UIContentBlock|string + * @throws \ApplicationException + * @throws \ArchivedObjectException + * @throws \CoreException + * @throws \CoreUnexpectedValue + * @throws \DictExceptionMissingString + * @throws \MissingQueryArgument + * @throws \MySQLException + * @throws \MySQLHasGoneAwayException + * @throws \OQLException + * @throws \ReflectionException + * + * @since 3.0.0 + */ public static function GetDisplaySetBlock(WebPage $oPage, DBObjectSet $oSet, $aExtraParams = array()) { if ($oPage->IsPrintableVersion() || $oPage->is_pdf()) {