mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-29 07:18:42 +00:00
improve docblocks
This commit is contained in:
parent
7364c6873c
commit
4cba82c257
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user