MergeValue
in package
Table of Contents
- $data : array<string|int, mixed>
- The data to be merged.
- __construct() : void
- Create new merge value instance.
Properties
$data
The data to be merged.
public
array<string|int, mixed>
$data
Methods
__construct()
Create new merge value instance.
public
__construct(Collection|array<string|int, mixed> $data) : void
Parameters
- $data : Collection|array<string|int, mixed>