Interfaces, Classes, Traits and Enums
- ConnectionInterface
Table of Contents
-
TYPE
= 'height'
-
$filter
: string
-
$targetField
: string
-
__construct()
: mixed
-
getFilter()
: string
-
getMasterDateSetId()
: ObjectId
-
getTargetField()
: string
-
getType()
: string
-
toArray()
: array<string|int, mixed>
TYPE
private
mixed
TYPE
= 'height'
$filter
read-only
public
string
$filter
$targetField
read-only
public
string
$targetField
__construct()
public
__construct(string $targetField, string $filter) : mixed
Parameters
-
$targetField
: string
-
-
$filter
: string
-
Return values
mixed
—
getFilter()
public
getFilter() : string
Return values
string
—
getMasterDateSetId()
public
getMasterDateSetId() : ObjectId
Return values
ObjectId
—
getTargetField()
public
getTargetField() : string
Return values
string
—
getType()
public
getType() : string
Return values
string
—
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
—