ILIAS  release_8 Revision v8.24
class.ilAccessibilityDocumentTableDataProvider.php
Go to the documentation of this file.
1<?php
2
23{
24 public function getList(array $params, array $filter): array
25 {
26 $items = ilAccessibilityDocument::orderBy('sorting')->get();
27
28 return [
29 'items' => $items,
30 'cnt' => count($items)
31 ];
32 }
33}
static orderBy($orderBy, string $orderDirection='ASC')
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
if(! $DIC->user() ->getId()||!ilLTIConsumerAccess::hasCustomProviderCreationAccess()) $params
Definition: ltiregstart.php:33