ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
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)
 
 p_renderActionsHeader (TestDefaultRenderer $default_renderer, I\Table\Data $component, $tpl)
 

Detailed Description

wrapper around the renderer to expose protected functions

Definition at line 32 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 44 of file DataRendererTest.php.

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

◆ p_getActionRegistration()

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

Definition at line 39 of file DataRendererTest.php.

40  {
41  return $this->getActionRegistration($action_id, $action);
42  }

◆ p_getMultiActionHandler()

DTRenderer::p_getMultiActionHandler ( I\Signal  $signal)

Definition at line 34 of file DataRendererTest.php.

35  {
36  return $this->getMultiActionHandler($signal);
37  }

◆ p_getSingleActionsForRow()

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

Definition at line 52 of file DataRendererTest.php.

53  {
54  return $this->getSingleActionsForRow($row_id, $actions);
55  }

◆ p_renderActionsHeader()

DTRenderer::p_renderActionsHeader ( TestDefaultRenderer  $default_renderer,
I\Table\Data  $component,
  $tpl 
)

Definition at line 65 of file DataRendererTest.php.

69  {
70  $this->renderActionsHeader($default_renderer, $component, $tpl, 1);
71  }

◆ p_renderTableHeader()

DTRenderer::p_renderTableHeader ( TestDefaultRenderer  $default_renderer,
I\Table\Data  $component,
  $tpl,
?I\Signal  $sortation_signal 
)

Definition at line 57 of file DataRendererTest.php.

62  {
63  $this->renderTableHeader($default_renderer, $component, $tpl, $sortation_signal, 1);
64  }

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