Documentation

Variation
in package

Table of Contents

$id  : string
Variation ID
$label  : string
Variation Label
$ref  : string
Variation Release Ref
getId()  : string
getLabel()  : string
getRef()  : string
parse()  : self
__construct()  : mixed

Properties

$label

Variation Label

private string $label

$ref

Variation Release Ref

private string $ref

Methods

getId()

public getId() : string
Return values
string

getLabel()

public getLabel() : string
Return values
string

getRef()

public getRef() : string
Return values
string

parse()

public static parse(stdClass $json) : self
Parameters
$json : stdClass
Return values
self

__construct()

private __construct(string $id, string $ref, string $label) : mixed
Parameters
$id : string
$ref : string
$label : string
Return values
mixed

Search results