From 43a4d9fcd2004018c702ce4a72b597feb03aa6bd Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Thu, 15 Oct 2020 16:07:02 +0200 Subject: [PATCH] :memo: PHPDoc for \cmdbAbstractObject::GetDisplaySet --- application/cmdbabstract.class.inc.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/application/cmdbabstract.class.inc.php b/application/cmdbabstract.class.inc.php index c1a23f249..a65ce4273 100644 --- a/application/cmdbabstract.class.inc.php +++ b/application/cmdbabstract.class.inc.php @@ -1150,10 +1150,16 @@ HTML * * @see DisplayBlock to get a similar table but with the JS for pagination & sorting * - * @param CMDBObjectSet The set of objects to display - * @param array $aExtraParams Some extra configuration parameters to tweak the behavior of the display - * * @param WebPage $oPage The page object is used for out-of-band information (mostly scripts) output + * @param CMDBObjectSet $oSet The set of objects to display + * @param array $aExtraParams key used : + * * * @return String The HTML fragment representing the table of objects. Warning : no JS added to handled * pagination or table sorting !