|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Registration\RegistrationCodesTable:
Collaboration diagram for ILIAS\Registration\RegistrationCodesTable: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, mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| getTotalRowCount (mixed $additional_viewcontrol_data, mixed $filter_data, mixed $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, mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| This is called by the 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) | |
| 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 255 of file RegistrationCodesTable.php.
References ILIAS\Repository\lng(), and ILIAS\UI\URLBuilder\withParameter().
Here is the call graph for this function:
|
private |
Definition at line 281 of file RegistrationCodesTable.php.
References ILIAS\Repository\lng(), and ilCalendarSettings\TIME_FORMAT_12.
Here is the call graph for this function:
|
private |
| array{code | string, role: int, generated: string, access_limitation: string} $filter_data |
Definition at line 129 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.
Here is the call graph for this function:| ILIAS\Registration\RegistrationCodesTable::getRows | ( | DataRowBuilder | $row_builder, |
| array | $visible_column_ids, | ||
| Range | $range, | ||
| Order | $order, | ||
| mixed | $additional_viewcontrol_data, | ||
| mixed | $filter_data, | ||
| mixed | $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().
Here is the call graph for this function:| ILIAS\Registration\RegistrationCodesTable::getTotalRowCount | ( | mixed | $additional_viewcontrol_data, |
| mixed | $filter_data, | ||
| mixed | $additional_parameters | ||
| ) |
| array{code | string, role: int, generated: string, access_limitation: string} $filter_data |
Implements ILIAS\UI\Component\Table\DataRetrieval.
Definition at line 107 of file RegistrationCodesTable.php.