class Link

A link encodes a reference to a resource.

Methods

__construct(string $id, string $linkType)

Link constructor.

string
getId()

Get the ID of the referenced resource

string
getLinkType()

Get the type of the Link.

Details

at line 32
__construct(string $id, string $linkType)

Link constructor.

Parameters

string $id
string $linkType

at line 43
string getId()

Get the ID of the referenced resource

Return Value

string

at line 57
string getLinkType()

Get the type of the Link.

Possible values are: - Asset - Entry

Return Value

string