AirLay backend

Script
in package
implements ConnectionInterface

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>

Constants

TYPE

private mixed TYPE = 'script'

Properties

$script read-only

private string $script

Methods

__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>

Search results