ILIAS
release_8 Revision v8.19
|
wrapper around the renderer to expose protected functions More...
Public Member Functions | |
p_getMultiActionHandler (I\Signal $signal) | |
p_getActionRegistration (string $action_id, I\Table\Action\Action $action) | |
p_buildMultiActionsDropdown (array $actions, I\Signal $action_signal, I\Signal $modal_signal) | |
p_getSingleActionsForRow (string $row_id, array $actions) | |
p_renderTableHeader (TestDefaultRenderer $default_renderer, I\Table\Data $component, $tpl, ?I\Signal $sortation_signal) | |
wrapper around the renderer to expose protected functions
Definition at line 34 of file DataRendererTest.php.
DTRenderer::p_buildMultiActionsDropdown | ( | array | $actions, |
I\Signal | $action_signal, | ||
I\Signal | $modal_signal | ||
) |
Definition at line 46 of file DataRendererTest.php.
DTRenderer::p_getActionRegistration | ( | string | $action_id, |
I\Table\Action\Action | $action | ||
) |
Definition at line 41 of file DataRendererTest.php.
DTRenderer::p_getMultiActionHandler | ( | I\Signal | $signal | ) |
Definition at line 36 of file DataRendererTest.php.
DTRenderer::p_getSingleActionsForRow | ( | string | $row_id, |
array | $actions | ||
) |
Definition at line 54 of file DataRendererTest.php.
DTRenderer::p_renderTableHeader | ( | TestDefaultRenderer | $default_renderer, |
I\Table\Data | $component, | ||
$tpl, | |||
?I\Signal | $sortation_signal | ||
) |
Definition at line 59 of file DataRendererTest.php.
References $tpl.