From b31eb6aab93cc69e26438e0d649e3f989967eb5d Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 28 Jan 2020 12:15:40 +0100 Subject: [PATCH] Comment --- core/dbsearch.class.php | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/core/dbsearch.class.php b/core/dbsearch.class.php index 46f92416d..ddee5b9f4 100644 --- a/core/dbsearch.class.php +++ b/core/dbsearch.class.php @@ -1136,21 +1136,22 @@ abstract class DBSearch */ protected abstract function SetDataFiltered(); - /** - * @internal - * - * @param $aOrderBy - * @param $aArgs - * @param $aAttToLoad - * @param $aExtendedDataSpec - * @param $iLimitCount - * @param $iLimitStart - * @param $bGetCount - * @param null $aGroupByExpr - * @param null $aSelectExpr - * - * @return mixed - */ + /** + * @param $aOrderBy + * @param $aArgs + * @param $aAttToLoad + * @param $aExtendedDataSpec + * @param $iLimitCount + * @param $iLimitStart + * @param $bGetCount + * @param null $aGroupByExpr + * @param null $aSelectExpr + * + * @return SQLObjectQuery + * @throws \CoreException + * @internal + * + */ protected function GetSQLQuery($aOrderBy, $aArgs, $aAttToLoad, $aExtendedDataSpec, $iLimitCount, $iLimitStart, $bGetCount, $aGroupByExpr = null, $aSelectExpr = null) { $oSearch = $this;