From 8cb65c85565893979b397ca98274f295fa50a777 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 2 Jan 2016 21:16:04 +0100 Subject: [PATCH] Documentation fix --- Controller.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Controller.php b/Controller.php index fc816df..cd3a603 100644 --- a/Controller.php +++ b/Controller.php @@ -223,7 +223,11 @@ class Controller extends ModuleAbstract implements WebInterface /** * Get Newslists. * - * @param array $articleElements Article elements + * @param int $limit News limit + * @param int $offset News offset + * @param string $orderBy Order criteria (database table name) + * @param string $ordered Order type (e.g. ASC) + * @param Account $account Accont for permission handling * * @return array * @@ -250,7 +254,11 @@ class Controller extends ModuleAbstract implements WebInterface /** * Get Headlinelist. * - * @param array $articleElements Article elements + * @param int $limit News limit + * @param int $offset News offset + * @param string $orderBy Order criteria (database table name) + * @param string $ordered Order type (e.g. ASC) + * @param Account $account Accont for permission handling * * @return array *