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()

No description

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()

No description

Return Value

mixed

The data that will be encoded to JSON

string getText()

No description

Return Value

string

void setText(string $text)

No description

Parameters

string $text

Return Value

void