class SourceImageAlias (View source)

Represents an alias for a source image hash within an organization.

Methods

__construct(string $organization, string $alias, string $hash)

No description

createFromDecodedJsonResponse(array $data)

Create from a decoded JSON response returned by the rokka.io API.

string
getOrganization()

No description

string
getAlias()

No description

string
getHash()

No description

Details

__construct(string $organization, string $alias, string $hash)

No description

Parameters

string $organization

Organization name

string $alias

Alias name

string $hash

Source image hash the alias points to

static SourceImageAlias createFromDecodedJsonResponse(array $data)

Create from a decoded JSON response returned by the rokka.io API.

Parameters

array $data

Decoded JSON data

Return Value

SourceImageAlias

string getOrganization()

No description

Return Value

string

string getAlias()

No description

Return Value

string

string getHash()

No description

Return Value

string