| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 43 | private function getActionButtonsField(array $parameters) |
||
| 44 | { |
||
| 45 | $tableAccessor = $this->getTableAccessor(); |
||
| 46 | $table = $this->getElement('table'); |
||
| 47 | |||
| 48 | $row = $tableAccessor->getRowWithFields($table, $parameters); |
||
| 49 | $actionButtonsField = $tableAccessor->getFieldFromRow($table, $row, 'actions'); |
||
| 50 | |||
| 51 | return $actionButtonsField; |
||
| 52 | } |
||
| 53 | } |
||
| 54 |