|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Badge\ilBadgeUserTableGUI:
Collaboration diagram for ILIAS\Badge\ilBadgeUserTableGUI:Public Member Functions | |
| __construct (private readonly ?int $parent_ref_id=null, private readonly ?ilBadge $award_badge=null, private readonly ?int $parent_obj_id=null, private readonly ?int $restrict_badge_id=null) | |
| 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... | |
| getColumns () | |
| renderTable (string $url) | |
| 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 | |
| getActions (URLBuilder $url_builder, URLBuilderToken $action_parameter_token, URLBuilderToken $row_id_token,) | |
Private Attributes | |
| readonly Factory | $factory |
| readonly Renderer | $renderer |
| readonly ServerRequestInterface RequestInterface | $request |
| readonly ilLanguage | $lng |
| readonly ilGlobalTemplateInterface | $tpl |
| readonly ilTree | $tree |
| readonly ilObjUser | $user |
| DateFormat | $date_format |
| bool | $is_container_context = false |
| array | $cached_records = null |
Definition at line 50 of file class.ilBadgeUserTableGUI.php.
| ILIAS\Badge\ilBadgeUserTableGUI::__construct | ( | private readonly ?int | $parent_ref_id = null, |
| private readonly ?ilBadge | $award_badge = null, |
||
| private readonly ?int | $parent_obj_id = null, |
||
| private readonly ?int | $restrict_badge_id = null |
||
| ) |
Definition at line 76 of file class.ilBadgeUserTableGUI.php.
References $DIC, ilObject\_lookupType(), factory(), ILIAS\Repository\lng(), renderer(), and ILIAS\Repository\user().
Here is the call graph for this function:
|
private |
Definition at line 324 of file class.ilBadgeUserTableGUI.php.
| ILIAS\Badge\ilBadgeUserTableGUI::getColumns | ( | ) |
Definition at line 303 of file class.ilBadgeUserTableGUI.php.
References factory(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\Badge\ilBadgeUserTableGUI::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.
yield $row_builder->buildStandardRow($row_id, $record).
| string[] | $visible_column_ids |
Implements ILIAS\UI\Component\Table\DataRetrieval.
Definition at line 236 of file class.ilBadgeUserTableGUI.php.
References ILIAS\Data\Order\join().
Here is the call graph for this function:| ILIAS\Badge\ilBadgeUserTableGUI::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.
Given the nature of a DataTable, which is, opposite to a PresentationTable, rather administrative than explorative, this information will increase user experience quite a bit. However, you may return null, if the call is to costly, but expect the View Control to look a little different in this case.
Make sure that potential filters or user restrictions are being applied to the count.
Implements ILIAS\UI\Component\Table\DataRetrieval.
Definition at line 292 of file class.ilBadgeUserTableGUI.php.
| ILIAS\Badge\ilBadgeUserTableGUI::renderTable | ( | string | $url | ) |
Definition at line 345 of file class.ilBadgeUserTableGUI.php.
References $out, $url, ilObject\_lookupTitle(), factory(), ilObjectDataDeletionLog\get(), ILIAS\Repository\lng(), renderer(), and ILIAS\Repository\user().
Here is the call graph for this function:
|
private |
Definition at line 74 of file class.ilBadgeUserTableGUI.php.
|
private |
Definition at line 59 of file class.ilBadgeUserTableGUI.php.
|
private |
Definition at line 52 of file class.ilBadgeUserTableGUI.php.
|
private |
Definition at line 60 of file class.ilBadgeUserTableGUI.php.
|
private |
Definition at line 55 of file class.ilBadgeUserTableGUI.php.
|
private |
Definition at line 53 of file class.ilBadgeUserTableGUI.php.
|
private |
Definition at line 54 of file class.ilBadgeUserTableGUI.php.
|
private |
Definition at line 56 of file class.ilBadgeUserTableGUI.php.
|
private |
Definition at line 57 of file class.ilBadgeUserTableGUI.php.
|
private |
Definition at line 58 of file class.ilBadgeUserTableGUI.php.