RadioImageValue
in package
implements
JsonSerializable
Class RadioImageValue
Interfaces, Classes and Traits
- JsonSerializable
Table of Contents
- $id : string
- $thumbnail : string
- $title : string
- createFromJsonObject() : bool|mixed
- id() : mixed
- initializeFromJsonObject() : void
- jsonSerialize() : mixed
- Specify data which should be serialized to JSON
- thumbnail() : mixed
- title() : mixed
Properties
$id
protected
string
$id
$thumbnail
protected
string
$thumbnail
$title
protected
string
$title
Methods
createFromJsonObject()
public
static createFromJsonObject( $jsonObject) : bool|mixed
Parameters
Return values
bool|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