improve docblocks

This commit is contained in:
Dennis Eichhorn 2020-02-12 19:53:07 +01:00
parent 7364c6873c
commit 4cba82c257

View File

@ -14,14 +14,9 @@ declare(strict_types=1);
/**
* @var \phpOMS\Views\View $this
* @var \Modules\Profile\Models\Profile[] $accounts
*/
$footerView = new \phpOMS\Views\PaginationView($this->l11nManager, $this->request, $this->response);
$footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig');
$footerView->setPages(20);
$footerView->setPage(1);
$accounts = $this->getData('accounts');
$accounts = $this->getData('accounts');
?>
<div class="row">