ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (private readonly ServerRequestInterface $http_request, private readonly ilLanguage $lng, private readonly UIFactory $ui_factory, private readonly DataFactory $data_factory, private readonly ilRbacReview $rbac_review, private readonly string $action, private readonly ilObjUser $actor, private readonly RegistrationCodeRepository $code_repository, private readonly bool $has_permission_to_delete=false,) | |
getRows (DataRowBuilder $row_builder, array $visible_column_ids, Range $range, Order $order, ?array $filter_data, ?array $additional_parameters,) | |
getTotalRowCount (?array $filter_data, ?array $additional_parameters) | |
getActions (URLBuilder $url_builder, URLBuilderToken $action_parameter_token, URLBuilderToken $row_id_token) | |
getRows (DataRowBuilder $row_builder, array $visible_column_ids, Range $range, Order $order, ?array $filter_data, ?array $additional_parameters) | |
This is called by the table to retrieve rows; map data-records to rows using the $row_builder e.g. More... | |
getTotalRowCount (?array $filter_data, ?array $additional_parameters) | |
Mainly for the purpose of pagination-support, it is important to know about the total number of records available. More... | |
Private Member Functions | |
getRecords (Range $range, Order $order, ?array $filter_data) | |
getColumns () | |
Definition at line 44 of file RegistrationCodesTable.php.
ILIAS\Registration\RegistrationCodesTable::__construct | ( | private readonly ServerRequestInterface | $http_request, |
private readonly ilLanguage | $lng, | ||
private readonly UIFactory | $ui_factory, | ||
private readonly DataFactory | $data_factory, | ||
private readonly ilRbacReview | $rbac_review, | ||
private readonly string | $action, | ||
private readonly ilObjUser | $actor, | ||
private readonly RegistrationCodeRepository | $code_repository, | ||
private readonly bool | $has_permission_to_delete = false |
||
) |
Definition at line 46 of file RegistrationCodesTable.php.
ILIAS\Registration\RegistrationCodesTable::getActions | ( | URLBuilder | $url_builder, |
URLBuilderToken | $action_parameter_token, | ||
URLBuilderToken | $row_id_token | ||
) |
Definition at line 247 of file RegistrationCodesTable.php.
References ILIAS\Repository\lng(), and ILIAS\UI\URLBuilder\withParameter().
|
private |
Definition at line 273 of file RegistrationCodesTable.php.
References ILIAS\Repository\lng(), and ilCalendarSettings\TIME_FORMAT_12.
|
private |
array{code | string, role: int, generated: string, access_limitation: string} $filter_data |
Definition at line 125 of file RegistrationCodesTable.php.
References ILIAS\UI\Implementation\Component\Table\$range, ilObject\_lookupTitle(), ANONYMOUS_ROLE_ID, ILIAS\Data\Range\getLength(), ILIAS\Data\Range\getStart(), ILIAS\Repository\int(), ILIAS\Data\Order\join(), ILIAS\Repository\lng(), ILIAS\UI\examples\Symbol\Glyph\Sort\sort(), SYSTEM_ROLE_ID, and ilCalendarSettings\TIME_FORMAT_12.
ILIAS\Registration\RegistrationCodesTable::getRows | ( | DataRowBuilder | $row_builder, |
array | $visible_column_ids, | ||
Range | $range, | ||
Order | $order, | ||
?array | $filter_data, | ||
?array | $additional_parameters | ||
) |
array{code | string, role: int, generated: string, access_limitation: string} $filter_data |
Implements ILIAS\UI\Component\Table\DataRetrieval.
Definition at line 62 of file RegistrationCodesTable.php.
References ILIAS\UI\Component\Table\DataRowBuilder\buildDataRow().
ILIAS\Registration\RegistrationCodesTable::getTotalRowCount | ( | ?array | $filter_data, |
?array | $additional_parameters | ||
) |
array{code | string, role: int, generated: string, access_limitation: string} $filter_data |
Implements ILIAS\UI\Component\Table\DataRetrieval.
Definition at line 106 of file RegistrationCodesTable.php.