You are here

public function ExportDataInterface::merge in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExportDataInterface.php \AKlump\LoftDataGrids\ExportDataInterface::merge()

Merge another ExportData object into this one

  • Rows will be merged by key
  • All rows will be expanded to have all columns

Parameters

ExportData $data:

mixed $empty_value:

Return value

$this

See also

ExportData::normalize()

1 method overrides ExportDataInterface::merge()
ExportData::merge in vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExportData.php
Merge another ExportData object into this one

File

vendor/aklump/loft_data_grids/src/AKlump/LoftDataGrids/ExportDataInterface.php, line 267

Class

ExportDataInterface
Interface ExportDataInterface

Namespace

AKlump\LoftDataGrids

Code

public function merge(ExportDataInterface $data, $empty_value);