ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
DTRenderer Class Reference

wrapper around the renderer to expose protected functions More...

+ Inheritance diagram for DTRenderer:
+ Collaboration diagram for DTRenderer:

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)
 

Detailed Description

wrapper around the renderer to expose protected functions

Definition at line 34 of file DataRendererTest.php.

Member Function Documentation

◆ p_buildMultiActionsDropdown()

DTRenderer::p_buildMultiActionsDropdown ( array  $actions,
I\Signal  $action_signal,
I\Signal  $modal_signal 
)

Definition at line 46 of file DataRendererTest.php.

50  {
51  return $this->buildMultiActionsDropdown($actions, $action_signal, $modal_signal);
52  }

◆ p_getActionRegistration()

DTRenderer::p_getActionRegistration ( string  $action_id,
I\Table\Action\Action  $action 
)

Definition at line 41 of file DataRendererTest.php.

42  {
43  return $this->getActionRegistration($action_id, $action);
44  }

◆ p_getMultiActionHandler()

DTRenderer::p_getMultiActionHandler ( I\Signal  $signal)

Definition at line 36 of file DataRendererTest.php.

37  {
38  return $this->getMultiActionHandler($signal);
39  }

◆ p_getSingleActionsForRow()

DTRenderer::p_getSingleActionsForRow ( string  $row_id,
array  $actions 
)

Definition at line 54 of file DataRendererTest.php.

55  {
56  return $this->getSingleActionsForRow($row_id, $actions);
57  }

◆ p_renderTableHeader()

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.

64  {
65  return $this->renderTableHeader($default_renderer, $component, $tpl, $sortation_signal);
66  }
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl
Definition: latex.php:41

The documentation for this class was generated from the following file: