|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Forum\Notification\ForumNotificationTable:
Collaboration diagram for ILIAS\Forum\Notification\ForumNotificationTable: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 int $ref_id, private readonly ilParticipants $participants, private readonly ilForumNotification $forumNotificationObj, private readonly ilUIService $ui_service, private readonly string $action) | |
| getRows (DataRowBuilder $row_builder, array $visible_column_ids, Range $range, Order $order, mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| initRecords (?array $filter_data) | |
| getComponents () | |
| getTableComponent () | |
| getFilterComponent () | |
| getFilterFields (Factory $field_factory) | |
| getTotalRowCount (mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| getFilteredUserIds (?array $filter_data) | |
| 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) | |
| getUserNotificationTableData (array $user_ids) | |
| limitRecords (array $records, Range $range) | |
| orderRecords (array $records, Order $order) | |
| getColumns () | |
Private Attributes | |
| array | $records = null |
| FilterComponent | $filter_component |
| DataTable | $table_component |
Definition at line 49 of file ForumNotificationTable.php.
| ILIAS\Forum\Notification\ForumNotificationTable::__construct | ( | private readonly ServerRequestInterface | $http_request, |
| private readonly ilLanguage | $lng, | ||
| private readonly UIFactory | $ui_factory, | ||
| private readonly DataFactory | $data_factory, | ||
| private readonly int | $ref_id, | ||
| private readonly ilParticipants | $participants, | ||
| private readonly ilForumNotification | $forumNotificationObj, | ||
| private readonly ilUIService | $ui_service, | ||
| private readonly string | $action | ||
| ) |
Definition at line 63 of file ForumNotificationTable.php.
| ILIAS\Forum\Notification\ForumNotificationTable::getActions | ( | URLBuilder | $url_builder, |
| URLBuilderToken | $action_parameter_token, | ||
| URLBuilderToken | $row_id_token | ||
| ) |
Definition at line 333 of file ForumNotificationTable.php.
|
private |
Definition at line 419 of file ForumNotificationTable.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\Forum\Notification\ForumNotificationTable::getComponents | ( | ) |
Definition at line 110 of file ForumNotificationTable.php.
| ILIAS\Forum\Notification\ForumNotificationTable::getFilterComponent | ( | ) |
Definition at line 152 of file ForumNotificationTable.php.
| ILIAS\Forum\Notification\ForumNotificationTable::getFilteredUserIds | ( | ?array | $filter_data | ) |
| array{role | string}|null $filter_data |
Definition at line 213 of file ForumNotificationTable.php.
References ilForum\_getModerators().
Here is the call graph for this function:| ILIAS\Forum\Notification\ForumNotificationTable::getFilterFields | ( | Factory | $field_factory | ) |
Definition at line 179 of file ForumNotificationTable.php.
References ILIAS\UI\Implementation\Component\Input\Field\$options, ILIAS\Repository\lng(), ILIAS\UI\Component\Input\Field\Factory\select(), and true.
Here is the call graph for this function:
|
private |
| array{role | string}|null $filter_data |
Definition at line 258 of file ForumNotificationTable.php.
References ILIAS\UI\Implementation\Component\Table\$range.
| ILIAS\Forum\Notification\ForumNotificationTable::getRows | ( | DataRowBuilder | $row_builder, |
| array | $visible_column_ids, | ||
| Range | $range, | ||
| Order | $order, | ||
| mixed | $additional_viewcontrol_data, | ||
| mixed | $filter_data, | ||
| mixed | $additional_parameters | ||
| ) |
| array{role | string}|null $filter_data |
Implements ILIAS\UI\Component\Table\DataRetrieval.
Definition at line 79 of file ForumNotificationTable.php.
References ILIAS\UI\Component\Table\DataRowBuilder\buildDataRow().
Here is the call graph for this function:| ILIAS\Forum\Notification\ForumNotificationTable::getTableComponent | ( | ) |
Definition at line 115 of file ForumNotificationTable.php.
References ilUtil\_getHttpPath(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\Forum\Notification\ForumNotificationTable::getTotalRowCount | ( | mixed | $additional_viewcontrol_data, |
| mixed | $filter_data, | ||
| mixed | $additional_parameters | ||
| ) |
| array{role | string}|null $filter_data |
Implements ILIAS\UI\Component\Table\DataRetrieval.
Definition at line 199 of file ForumNotificationTable.php.
|
private |
| int[] | $user_ids |
Definition at line 285 of file ForumNotificationTable.php.
References $counter, $user_id, ilForum\_getModerators(), ilObjUser\_lookupLogin(), ilObjUser\_lookupName(), ILIAS\Repository\int(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\Forum\Notification\ForumNotificationTable::initRecords | ( | ?array | $filter_data | ) |
| array{role | string}|null $filter_data |
Definition at line 97 of file ForumNotificationTable.php.
|
private |
| list<array{ | 'user_id': int, 'login': string, 'firstname': string, 'lastname': string, 'user_toggle_noti': Icon, 'role': string, }> $records |
Definition at line 375 of file ForumNotificationTable.php.
References ILIAS\UI\Implementation\Component\Table\$range, ILIAS\Data\Range\getLength(), and ILIAS\Data\Range\getStart().
Here is the call graph for this function:
|
private |
| list<array{ | 'user_id': int, 'login': string, 'firstname': string, 'lastname': string, 'user_toggle_noti': Icon, 'role': string, }> $records |
Definition at line 398 of file ForumNotificationTable.php.
References ILIAS\Data\Order\join(), and ilStr\strCmp().
Here is the call graph for this function:
|
private |
Definition at line 60 of file ForumNotificationTable.php.
|
private |
Definition at line 59 of file ForumNotificationTable.php.
|
private |
Definition at line 61 of file ForumNotificationTable.php.