Interfaces, Classes, Traits and Enums
- ConnectionInterface
Table of Contents
-
$masterDataSetId
: ObjectId
-
$mergeProperties
: bool
-
__construct()
: mixed
-
getMasterDateSetId()
: ObjectId
-
getMergeProperties()
: bool
-
getType()
: string
-
toArray()
: array<string|int, mixed>
$masterDataSetId
read-only
private
ObjectId
$masterDataSetId
$mergeProperties
read-only
private
bool
$mergeProperties
= false
__construct()
public
__construct(ObjectId $masterDataSetId[, bool $mergeProperties = false ]) : mixed
Parameters
-
$masterDataSetId
: ObjectId
-
-
$mergeProperties
: bool
= false
-
Return values
mixed
—
getMasterDateSetId()
public
getMasterDateSetId() : ObjectId
Return values
ObjectId
—
getMergeProperties()
public
getMergeProperties() : bool
Return values
bool
—
getType()
public
getType() : string
Return values
string
—
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
—