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