class Environment extends Collection (View source)

Properties

protected $collection_key
string $dockerImage
string $id
string $name
string[] $publicKeys
string $sshHost
int $sshPort
string $sshUsername
string $state
string $webHost

Methods

setDockerImage($dockerImage)

No description

string
getDockerImage()

No description

setId($id)

No description

string
getId()

No description

setName($name)

No description

string
getName()

No description

setPublicKeys($publicKeys)

No description

string[]
getPublicKeys()

No description

setSshHost($sshHost)

No description

string
getSshHost()

No description

setSshPort($sshPort)

No description

int
getSshPort()

No description

setSshUsername($sshUsername)

No description

string
getSshUsername()

No description

setState($state)

No description

string
getState()

No description

setWebHost($webHost)

No description

string
getWebHost()

No description

Details

setDockerImage($dockerImage)

No description

Parameters

$dockerImage

string getDockerImage()

No description

Return Value

string

setId($id)

No description

Parameters

$id

string getId()

No description

Return Value

string

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setPublicKeys($publicKeys)

No description

Parameters

$publicKeys

string[] getPublicKeys()

No description

Return Value

string[]

setSshHost($sshHost)

No description

Parameters

$sshHost

string getSshHost()

No description

Return Value

string

setSshPort($sshPort)

No description

Parameters

$sshPort

int getSshPort()

No description

Return Value

int

setSshUsername($sshUsername)

No description

Parameters

$sshUsername

string getSshUsername()

No description

Return Value

string

setState($state)

No description

Parameters

$state

string getState()

No description

Return Value

string

setWebHost($webHost)

No description

Parameters

$webHost

string getWebHost()

No description

Return Value

string