ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
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) | |
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().
Referenced by ILIAS\Registration\RegistrationCodesTable\getRows().
|
private |
Definition at line 273 of file RegistrationCodesTable.php.
References ILIAS\Repository\lng(), and ilCalendarSettings\TIME_FORMAT_12.
Referenced by ILIAS\Registration\RegistrationCodesTable\getRows().
|
private |
array{code | string, role: int, generated: string, access_limitation: string} $filter_data |
Definition at line 125 of file RegistrationCodesTable.php.
References ilObject\_lookupTitle(), ANONYMOUS_ROLE_ID, ILIAS\Data\Range\getLength(), ILIAS\Data\Range\getStart(), ILIAS\Repository\int(), ILIAS\Data\Order\join(), ILIAS\Repository\lng(), null, ILIAS\UI\examples\Symbol\Glyph\Sort\sort(), SYSTEM_ROLE_ID, and ilCalendarSettings\TIME_FORMAT_12.
Referenced by ILIAS\Registration\RegistrationCodesTable\getRows().
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 |
Definition at line 62 of file RegistrationCodesTable.php.
References ILIAS\Data\Order\DESC, ILIAS\Registration\RegistrationCodesTable\getActions(), ILIAS\Registration\RegistrationCodesTable\getColumns(), ILIAS\Registration\RegistrationFilterComponent\getFilterData(), ILIAS\Registration\RegistrationCodesTable\getRecords(), and ILIAS\UI\Implementation\Component\Table\withOrder().
ILIAS\Registration\RegistrationCodesTable::getTotalRowCount | ( | ?array | $filter_data, |
?array | $additional_parameters | ||
) |
array{code | string, role: int, generated: string, access_limitation: string} $filter_data |
Definition at line 106 of file RegistrationCodesTable.php.