|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class DataRetrieval. More...
Inheritance diagram for ILIAS\Bibliographic\Field\DataRetrieval:
Collaboration diagram for ILIAS\Bibliographic\Field\DataRetrieval:Public Member Functions | |
| __construct (protected \ilBiblAdminFactoryFacadeInterface $facade, private bool $has_write_access) | |
| getRows (OrderingRowBuilder $row_builder, array $visible_column_ids,) | |
| This is called by the (ordering-)table to retrieve rows; map data-records to rows using the $row_builder e.g. More... | |
| getTotalRowCount (mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| getRows (OrderingRowBuilder $row_builder, array $visible_column_ids) | |
| This is called by the (ordering-)table to retrieve rows; map data-records to rows using the $row_builder e.g. More... | |
Protected Member Functions | |
| getRecords (Order $order) | |
Private Attributes | |
| ilLanguage | $lng |
Class DataRetrieval.
Definition at line 29 of file DataRetrieval.php.
| ILIAS\Bibliographic\Field\DataRetrieval::__construct | ( | protected \ilBiblAdminFactoryFacadeInterface | $facade, |
| private bool | $has_write_access | ||
| ) |
Definition at line 33 of file DataRetrieval.php.
References $DIC, and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 56 of file DataRetrieval.php.
References Vendor\Package\$a, Vendor\Package\$b, and ILIAS\Data\Order\join().
Here is the call graph for this function:| ILIAS\Bibliographic\Field\DataRetrieval::getRows | ( | OrderingRowBuilder | $row_builder, |
| array | $visible_column_ids | ||
| ) |
This is called by the (ordering-)table to retrieve rows; map data-records to rows using the $row_builder e.g.
yield $row_builder->buildOrderingRow($row_id, $record).
Implements ILIAS\UI\Component\Table\OrderingRetrieval.
Definition at line 41 of file DataRetrieval.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\Bibliographic\Field\DataRetrieval::getTotalRowCount | ( | mixed | $additional_viewcontrol_data, |
| mixed | $filter_data, | ||
| mixed | $additional_parameters | ||
| ) |
Definition at line 67 of file DataRetrieval.php.
|
private |
Definition at line 31 of file DataRetrieval.php.