Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 268 Bytes

ProductMetadata.md

File metadata and controls

32 lines (23 loc) · 268 Bytes

ProductMetadata

Supported Types

string

/**
* @var string
*/
string $value = /* values here */

int

/**
* @var int
*/
int $value = /* values here */

bool

/**
* @var bool
*/
bool $value = /* values here */