Flow PHP

RowMerger

FinalYes

Methods

__construct()  : mixed
merge()  : Row

Methods

__construct()

public __construct([string $prefix = '' ][, array<string|int, string> $dropLeft = [] ][, array<string|int, string> $dropRight = [] ]) : mixed
Parameters
$prefix : string = ''
$dropLeft : array<string|int, string> = []
  • left side entries skipped in the output (duplicated join columns)
$dropRight : array<string|int, string> = []
  • right side entries skipped in the output (duplicated join columns)
On this page

Search results