ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
RetrievalInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\LearningModule\Table
;
22
23
use
ILIAS\Data\Range
;
24
use
ILIAS\Data\Order
;
25
26
interface
RetrievalInterface
27
{
28
public
function
getData
(
29
array $fields,
30
?
Range
$range
= null,
31
?
Order
$order = null,
32
array $filter = [],
33
array $parameters = []
34
): \Generator;
35
36
public
function
count
(
37
array $filter,
38
array $parameters
39
):
int
;
40
}
Order
ILIAS\LearningModule\Table\RetrievalInterface
Definition:
RetrievalInterface.php:26
ILIAS\LearningModule\Table\RetrievalInterface\count
count(array $filter, array $parameters)
ILIAS\LearningModule\Table
Definition:
class.TableAdapterGUI.php:21
Range
ILIAS\Data\Order
Both the subject and the direction need to be specified when expressing an order. ...
Definition:
Order.php:12
ILIAS\UI\Implementation\Component\Table\$range
Range $range
Definition:
TableViewControlPagination.php:30
ILIAS\Data\Range
A simple class to express a naive range of whole positive numbers.
Definition:
Range.php:28
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ILIAS\LearningModule\Table\RetrievalInterface\getData
getData(array $fields, ?Range $range=null, ?Order $order=null, array $filter=[], array $parameters=[])
components
ILIAS
LearningModule
Editing
RetrievalInterface.php
Generated on Wed Sep 10 2025 15:15:50 for ILIAS by
1.8.13 (using
Doxyfile
)