ProductVideo
extends ResourceModel
in package
Tags
Table of Contents
- TYPE__YOUTUBE = 'youtube'
- $description : string
- $id : int
- $length : string
- $product_id : int
- $sort_oder : int
- $title : string
- $type : string
- $video_id : string
- __construct() : mixed
- jsonSerialize() : array<string|int, mixed>
Constants
TYPE__YOUTUBE
public
mixed
TYPE__YOUTUBE
= 'youtube'
Tags
Properties
$description
public
string
$description
Tags
$id
public
int
$id
Tags
$length
public
string
$length
Tags
$product_id
public
int
$product_id
Tags
$sort_oder
public
int
$sort_oder
Tags
$title
public
string
$title
Tags
$type
public
string
$type
Tags
$video_id
public
string
$video_id
Tags
Methods
__construct()
public
__construct([stdClass|null $optionObject = null ]) : mixed
Parameters
- $optionObject : stdClass|null = null
Tags
Return values
mixed —jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>