VariantValue
in package
implements
JsonSerializable
Class VariantValue
Interfaces, Classes and Traits
- JsonSerializable
Table of Contents
- $dir : mixed
- $id : mixed
- $thumbnail : mixed
- $title : mixed
- createFromJsonObject() : VariantValue
- dir() : mixed
- id() : mixed
- initializeFromJsonObject() : void
- jsonSerialize() : mixed
- Specify data which should be serialized to JSON
- thumbnail() : mixed
- title() : mixed
Properties
$dir
protected
mixed
$dir
$id
protected
mixed
$id
$thumbnail
protected
mixed
$thumbnail
$title
protected
mixed
$title
Methods
createFromJsonObject()
public
static createFromJsonObject( $jsonObject) : VariantValue
Parameters
Return values
VariantValue —dir()
public
dir() : mixed
Return values
mixed —id()
public
id() : mixed
Return values
mixed —initializeFromJsonObject()
public
initializeFromJsonObject( $object) : void
Parameters
Return values
void —jsonSerialize()
Specify data which should be serialized to JSON
public
jsonSerialize() : mixed
Tags
Return values
mixed —data which can be serialized by json_encode, which is a value of any type other than a resource.
thumbnail()
public
thumbnail() : mixed
Return values
mixed —title()
public
title() : mixed