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