mini\Table\Wrappers\RightJoinTable::mergeRows() Method

private

Signature

private function mergeRows(object $left, object $right): object

Parameters

Name Type Default Description
$left object required Documentation missing
$right object required Documentation missing

Returns

object

Documentation

Merge two rows into a single object (left columns first)

Source

src/Table/Wrappers/RightJoinTable.php:156-166