|
ILIAS
trunk Revision v12.0_alpha-1613-gae4c99ebb18
|
Collaboration diagram for ILIAS\BookingManager\Common\Table\TableActions:Public Member Functions | |
| __construct (protected readonly ilCtrlInterface $ctrl, protected readonly ilLanguage $lng, protected readonly ilGlobalTemplateInterface $tpl, protected readonly UIFactory $ui_factory, protected readonly UIRenderer $ui_renderer, protected readonly Refinery $refinery, protected readonly HttpService $http, protected readonly array $actions) | |
| getEnabledActions (URLBuilder $url_builder, URLBuilderToken $row_id_token, URLBuilderToken $action_token, URLBuilderToken $action_type_token) | |
| execute (URLBuilder $url_builder, URLBuilderToken $row_id_token, URLBuilderToken $action_token, URLBuilderToken $action_type_token) | |
| onDataRow (DataRow $row, mixed $record) | |
Definition at line 36 of file TableActions.php.
| ILIAS\BookingManager\Common\Table\TableActions::__construct | ( | protected readonly ilCtrlInterface | $ctrl, |
| protected readonly ilLanguage | $lng, | ||
| protected readonly ilGlobalTemplateInterface | $tpl, | ||
| protected readonly UIFactory | $ui_factory, | ||
| protected readonly UIRenderer | $ui_renderer, | ||
| protected readonly Refinery | $refinery, | ||
| protected readonly HttpService | $http, | ||
| protected readonly array | $actions | ||
| ) |
| array<string,TableAction> | $actions |
Definition at line 41 of file TableActions.php.
| ILIAS\BookingManager\Common\Table\TableActions::execute | ( | URLBuilder | $url_builder, |
| URLBuilderToken | $row_id_token, | ||
| URLBuilderToken | $action_token, | ||
| URLBuilderToken | $action_type_token | ||
| ) |
Definition at line 69 of file TableActions.php.
| ILIAS\BookingManager\Common\Table\TableActions::getEnabledActions | ( | URLBuilder | $url_builder, |
| URLBuilderToken | $row_id_token, | ||
| URLBuilderToken | $action_token, | ||
| URLBuilderToken | $action_type_token | ||
| ) |
Definition at line 53 of file TableActions.php.
| ILIAS\BookingManager\Common\Table\TableActions::onDataRow | ( | DataRow | $row, |
| mixed | $record | ||
| ) |
Definition at line 90 of file TableActions.php.
References ILIAS\UI\Component\Table\DataRow\withDisabledAction().
Here is the call graph for this function: