class Version implements DynamicMetadataInterface (View source)

Properties

string $text

Methods

__construct(string $text)

No description

static string
getName()

No description

createFromDecodedJsonResponse(array $data)

Create a CropArea from the decoded JSON data.

mixed
getForJson()

Get the data, which should be json-fied later.

string
getText()

No description

void
setText(string $text)

No description

Details

__construct(string $text)

No description

Parameters

string $text

static string getName()

No description

Return Value

string

The name of the metadata

static DynamicMetadataInterface createFromDecodedJsonResponse(array $data)

Create a CropArea from the decoded JSON data.

Parameters

array $data

Decoded JSON data

Return Value

DynamicMetadataInterface

mixed getForJson()

Get the data, which should be json-fied later.

Return Value

mixed

string getText()

No description

Return Value

string

void setText(string $text)

No description

Parameters

string $text

Return Value

void