Documentation fix

This commit is contained in:
Dennis Eichhorn 2016-01-02 21:16:04 +01:00
parent b17e25c56e
commit 8cb65c8556

View File

@ -223,7 +223,11 @@ class Controller extends ModuleAbstract implements WebInterface
/** /**
* Get Newslists. * 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 * @return array
* *
@ -250,7 +254,11 @@ class Controller extends ModuleAbstract implements WebInterface
/** /**
* Get Headlinelist. * 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 * @return array
* *