|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\AccessControl\Log\Table:
Collaboration diagram for ILIAS\AccessControl\Log\Table:Public Member Functions | |
| __construct (private readonly \ilRbacLog $rbac_log, private readonly UIFactory $ui_factory, private readonly DataFactory $data_factory, private readonly \ilLanguage $lng, private readonly \ilCtrl $ctrl, private readonly \ilUIService $ui_service, private readonly \ilObjectDefinition $object_definition, private readonly RequestInterface $request, \ilRbacReview $rbac_review, private readonly \ilObjUser $current_user, private readonly \ilObjectGUI $gui_object) | |
| getTableAndFilter () | |
| 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... | |
| 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 | |
| getTable () | |
| getFilter () | |
| getRefId () | |
| buildUserDateTimeFormat () | |
| applyFilterValuesTrafos (array $filter_values) | |
| buildChangeColumn (int $action, array $data) | |
| parseChangesFaPa (array $raw) | |
| parseChangesTemplate (array $raw) | |
| getOPCaption (string $type, array|int|string $op) | |
| getNonCreateTranslation (string $type, string $op_id) | |
| getCreateTranslation (string $type, string $op_id) | |
| getTranslationFromPlugin (string $type, string $op_id) | |
| isTranslated (?string $perm, string $op_id) | |
Private Attributes | |
| const | FILTER_ID = 'perm_table_filter' |
| const | FILTER_FIELD_ACTION = 'action' |
| const | FILTER_FIELD_PERIOD = 'period' |
| const | COLUMN_DATE = 'created' |
| const | COLUMN_NAME = 'name' |
| const | COLUMN_LOGIN = 'login' |
| const | COLUMN_ACTION = 'action' |
| const | COLUMN_CHANGES = 'changes' |
| array | $filter_data |
| array | $action_map = [] |
| array | $operations = [] |
| ILIAS\AccessControl\Log\Table::__construct | ( | private readonly \ilRbacLog | $rbac_log, |
| private readonly UIFactory | $ui_factory, | ||
| private readonly DataFactory | $data_factory, | ||
| private readonly \ilLanguage | $lng, | ||
| private readonly \ilCtrl | $ctrl, | ||
| private readonly \ilUIService | $ui_service, | ||
| private readonly \ilObjectDefinition | $object_definition, | ||
| private readonly RequestInterface | $request, | ||
| \ilRbacReview | $rbac_review, | ||
| private readonly \ilObjUser | $current_user, | ||
| private readonly \ilObjectGUI | $gui_object | ||
| ) |
Definition at line 54 of file Table.php.
References ilRbacLog\CHANGE_OWNER, ilRbacLog\COPY_OBJECT, ilRbacLog\CREATE_OBJECT, ilRbacLog\EDIT_PERMISSIONS, ilRbacLog\EDIT_TEMPLATE, ilRbacLog\EDIT_TEMPLATE_EXISTING, ilRbacReview\getOperations(), ilRbacLog\LINK_OBJECT, ILIAS\Repository\lng(), and ilRbacLog\MOVE_OBJECT.
Here is the call graph for this function:
|
private |
Definition at line 196 of file Table.php.
Referenced by ILIAS\AccessControl\Log\Table\getFilter().
Here is the caller graph for this function:
|
private |
Definition at line 216 of file Table.php.
References $data, ilObjUser\_lookupFullname(), ilRbacLog\CHANGE_OWNER, and ilRbacLog\EDIT_TEMPLATE.
Here is the call graph for this function:
|
private |
Definition at line 187 of file Table.php.
References ilCalendarSettings\TIME_FORMAT_24.
|
private |
Definition at line 335 of file Table.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 112 of file Table.php.
References ILIAS\UI\Implementation\Component\Input\$inputs, ILIAS\AccessControl\Log\Table\applyFilterValuesTrafos(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by ILIAS\AccessControl\Log\Table\getTableAndFilter().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 321 of file Table.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 297 of file Table.php.
References $c.
|
private |
Definition at line 178 of file Table.php.
References ROLE_FOLDER_ID, and ROOT_FOLDER_ID.
| ILIAS\StaticURL\Shortlinks\UI\Table::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 138 of file Table.php.
References ilObjUser\_lookupName(), and ILIAS\UI\Component\Table\DataRowBuilder\buildDataRow().
Here is the call graph for this function:
|
private |
Definition at line 91 of file Table.php.
References ILIAS\Repository\lng().
Referenced by ILIAS\AccessControl\Log\Table\getTableAndFilter().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\AccessControl\Log\Table::getTableAndFilter | ( | ) |
Definition at line 83 of file Table.php.
References ILIAS\AccessControl\Log\Table\getFilter(), and ILIAS\AccessControl\Log\Table\getTable().
Here is the call graph for this function:| ILIAS\AccessControl\Log\Table::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 170 of file Table.php.
|
private |
|
private |
|
private |
Definition at line 233 of file Table.php.
References ilObjRole\_getTranslation(), ilObject\_lookupObjectId(), ilObject\_lookupTitle(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 281 of file Table.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |