|
ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
|
Inheritance diagram for ilMMSubItemTableComponent:
Collaboration diagram for ilMMSubItemTableComponent:Public Member Functions | |
| __construct (private Pons $pons, TokenContainer $token_container, private ilMMItemRepository $repository, private ?ilMMItemFacadeInterface $parent_item, private bool $write_access) | |
| getRows (OrderingRowBuilder $row_builder, array $visible_column_ids) | |
| This is called by the (ordering-)table to retrieve rows; map data-records to rows using the $row_builder e.g. More... | |
| get () | |
| getRows (OrderingRowBuilder $row_builder, array $visible_column_ids) | |
| This is called by the (ordering-)table to retrieve rows; map data-records to rows using the $row_builder e.g. More... | |
Data Fields | |
| const | ACTION_EDIT = 'edit' |
| const | ACTION_TRANSLATE = 'translate' |
| const | ACTION_ACTIVATE = 'activate' |
| const | ACTION_DEACTIVATE = 'deactivate' |
| const | ACTION_MOVE = 'move' |
| const | ACTION_DELETE = 'delete' |
Private Attributes | |
| UIServices | $ui |
| URLBuilder | $url_builder = null |
| URLBuilderToken | $token = null |
| Factory | $ui_factory |
| Renderer | $ui_renderer |
Definition at line 36 of file class.ilMMSubItemTableComponent.php.
| ilMMSubItemTableComponent::__construct | ( | private Pons | $pons, |
| TokenContainer | $token_container, | ||
| private ilMMItemRepository | $repository, | ||
| private ?ilMMItemFacadeInterface | $parent_item, | ||
| private bool | $write_access | ||
| ) |
Definition at line 70 of file class.ilMMSubItemTableComponent.php.
References ILIAS\GlobalScreen\GUI\Input\TokenContainer\builder(), and ILIAS\GlobalScreen\GUI\Input\TokenContainer\token().
Here is the call graph for this function:| ilMMSubItemTableComponent::get | ( | ) |
Definition at line 138 of file class.ilMMSubItemTableComponent.php.
References $token, ilMMBaseGUI\CMD_ACTIVATE, ilMMBaseGUI\CMD_CONFIRM_DELETE, ilMMSubItemGUI\CMD_CONFIRM_MOVE, ilMMBaseGUI\CMD_DEACTIVATE, ilMMBaseGUI\CMD_EDIT, and ilMMBaseGUI\CMD_SAVE_ORDER.
| ilMMSubItemTableComponent::getRows | ( | OrderingRowBuilder | $row_builder, |
| array | $visible_column_ids | ||
| ) |
This is called by the (ordering-)table to retrieve rows; map data-records to rows using the $row_builder e.g.
yield $row_builder->buildOrderingRow($row_id, $record).
Implements ILIAS\UI\Component\Table\OrderingRetrieval.
Definition at line 83 of file class.ilMMSubItemTableComponent.php.
References $id, ILIAS\UI\Component\Table\OrderingRowBuilder\buildOrderingRow(), and ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:
|
private |
Definition at line 66 of file class.ilMMSubItemTableComponent.php.
Referenced by get().
|
private |
Definition at line 64 of file class.ilMMSubItemTableComponent.php.
|
private |
Definition at line 67 of file class.ilMMSubItemTableComponent.php.
|
private |
Definition at line 68 of file class.ilMMSubItemTableComponent.php.
|
private |
Definition at line 65 of file class.ilMMSubItemTableComponent.php.
| const ilMMSubItemTableComponent::ACTION_ACTIVATE = 'activate' |
Definition at line 51 of file class.ilMMSubItemTableComponent.php.
| const ilMMSubItemTableComponent::ACTION_DEACTIVATE = 'deactivate' |
Definition at line 55 of file class.ilMMSubItemTableComponent.php.
| const ilMMSubItemTableComponent::ACTION_DELETE = 'delete' |
Definition at line 63 of file class.ilMMSubItemTableComponent.php.
| const ilMMSubItemTableComponent::ACTION_EDIT = 'edit' |
Definition at line 43 of file class.ilMMSubItemTableComponent.php.
| const ilMMSubItemTableComponent::ACTION_MOVE = 'move' |
Definition at line 59 of file class.ilMMSubItemTableComponent.php.
| const ilMMSubItemTableComponent::ACTION_TRANSLATE = 'translate' |
Definition at line 47 of file class.ilMMSubItemTableComponent.php.