|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Test\Participants\ParticipantTableShowResultsAction:
Collaboration diagram for ILIAS\Test\Participants\ParticipantTableShowResultsAction:Public Member Functions | |
| __construct (private readonly Language $lng, private readonly UIFactory $ui_factory, private readonly \ilTestAccess $test_access, private readonly \ilCtrl $ctrl, private readonly \ilObjTest $test_obj) | |
| getActionId () | |
| isAvailable () | |
| getTableAction (URLBuilder $url_builder, URLBuilderToken $row_id_token, URLBuilderToken $action_token, URLBuilderToken $action_type_token) | |
| getModal (URLBuilder $url_builder, array $selected_participants, bool $all_participants_selected) | |
| onSubmit (URLBuilder $url_builder, ServerRequestInterface $request, array $selected_participants, bool $all_participants_selected) | |
| allowActionForRecord (Participant $record) | |
| getSelectionErrorMessage () | |
| getActionId () | |
| isAvailable () | |
| getTableAction (URLBuilder $url_builder, URLBuilderToken $row_id_token, URLBuilderToken $action_token, URLBuilderToken $action_type_token) | |
| getModal (URLBuilder $url_builder, array $selected_participants, bool $all_participants_selected) | |
| onSubmit (URLBuilder $url_builder, ServerRequestInterface $request, array $selected_participants, bool $all_participants_selected) | |
| allowActionForRecord (Participant $record) | |
| getSelectionErrorMessage () | |
Data Fields | |
| const | ACTION_ID = 'show_results' |
Definition at line 31 of file ParticipantTableShowResultsAction.php.
| ILIAS\Test\Participants\ParticipantTableShowResultsAction::__construct | ( | private readonly Language | $lng, |
| private readonly UIFactory | $ui_factory, | ||
| private readonly \ilTestAccess | $test_access, | ||
| private readonly \ilCtrl | $ctrl, | ||
| private readonly \ilObjTest | $test_obj | ||
| ) |
Definition at line 35 of file ParticipantTableShowResultsAction.php.
| ILIAS\Test\Participants\ParticipantTableShowResultsAction::allowActionForRecord | ( | Participant | $record | ) |
Implements ILIAS\Test\Participants\TableAction.
Definition at line 119 of file ParticipantTableShowResultsAction.php.
References ILIAS\Test\Participants\Participant\getActiveId().
Here is the call graph for this function:| ILIAS\Test\Participants\ParticipantTableShowResultsAction::getActionId | ( | ) |
Implements ILIAS\Test\Participants\TableAction.
Definition at line 44 of file ParticipantTableShowResultsAction.php.
References ILIAS\Test\Participants\ParticipantTableShowResultsAction\ACTION_ID.
| ILIAS\Test\Participants\ParticipantTableShowResultsAction::getModal | ( | URLBuilder | $url_builder, |
| array | $selected_participants, | ||
| bool | $all_participants_selected | ||
| ) |
| array<Participant> | $selected_participants |
Implements ILIAS\Test\Participants\TableAction.
Definition at line 70 of file ParticipantTableShowResultsAction.php.
| ILIAS\Test\Participants\ParticipantTableShowResultsAction::getSelectionErrorMessage | ( | ) |
Implements ILIAS\Test\Participants\TableAction.
Definition at line 127 of file ParticipantTableShowResultsAction.php.
| ILIAS\Test\Participants\ParticipantTableShowResultsAction::getTableAction | ( | URLBuilder | $url_builder, |
| URLBuilderToken | $row_id_token, | ||
| URLBuilderToken | $action_token, | ||
| URLBuilderToken | $action_type_token | ||
| ) |
Implements ILIAS\Test\Participants\TableAction.
Definition at line 55 of file ParticipantTableShowResultsAction.php.
| ILIAS\Test\Participants\ParticipantTableShowResultsAction::isAvailable | ( | ) |
Implements ILIAS\Test\Participants\TableAction.
Definition at line 49 of file ParticipantTableShowResultsAction.php.
| ILIAS\Test\Participants\ParticipantTableShowResultsAction::onSubmit | ( | URLBuilder | $url_builder, |
| ServerRequestInterface | $request, | ||
| array | $selected_participants, | ||
| bool | $all_participants_selected | ||
| ) |
| array<Participant> | $selected_participants |
Implements ILIAS\Test\Participants\TableAction.
Definition at line 78 of file ParticipantTableShowResultsAction.php.
| const ILIAS\Test\Participants\ParticipantTableShowResultsAction::ACTION_ID = 'show_results' |
Definition at line 33 of file ParticipantTableShowResultsAction.php.
Referenced by ILIAS\Test\Participants\ParticipantTableShowResultsAction\getActionId().