Documentation

SSHKey extends Model
in package

Holds ssh key information.

Table of Contents

Properties

$dateCreated  : string
$id  : string
$name  : string
$sshKey  : string

Methods

getDateCreated()  : string
getId()  : string
getName()  : string
getResponseName()  : string
getSshKey()  : string
getUpdateParams()  : array<string|int, mixed>
setDateCreated()  : void
setId()  : void
setName()  : void
setSshKey()  : void

Properties

$dateCreated

protected string $dateCreated

$sshKey

protected string $sshKey

Methods

getDateCreated()

public getDateCreated() : string
Return values
string

getId()

public getId() : string
Return values
string

getName()

public getName() : string
Return values
string

getResponseName()

public getResponseName() : string
Return values
string

getSshKey()

public getSshKey() : string
Return values
string

getUpdateParams()

public getUpdateParams() : array<string|int, mixed>
Return values
array<string|int, mixed>

setDateCreated()

public setDateCreated(string $date_created) : void
Parameters
$date_created : string

setId()

public setId(string $id) : void
Parameters
$id : string

setName()

public setName(string $name) : void
Parameters
$name : string

setSshKey()

public setSshKey(string $ssh_key) : void
Parameters
$ssh_key : string

        
On this page

Search results