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>
TYPE__YOUTUBE
public
mixed
TYPE__YOUTUBE
= 'youtube'
$description
public
string
$description
$id
public
int
$id
$length
public
string
$length
$product_id
public
int
$product_id
$sort_oder
public
int
$sort_oder
$title
public
string
$title
$type
public
string
$type
$video_id
public
string
$video_id
__construct()
public
__construct([stdClass|null $optionObject = null ]) : mixed
Parameters
-
$optionObject
: stdClass|null
= null
-
Return values
mixed
—
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>
—