ProductVideo
class ProductVideo implements PrimaryKeyInterface
Class ProductVideo
Methods
integer
getId()
No description
setId(int $id)
No description
null|string
getTitle()
No description
setTitle(null|string $title)
No description
null|string
getDescription()
No description
setDescription(null|string $description)
No description
bool|null
isEnabled()
No description
setEnabled(bool|null $enabled)
No description
null|string
getYoutubeUrl()
No description
setYoutubeUrl(null|string $youtubeUrl)
No description
null|string
getVimeoUrl()
No description
setVimeoUrl(null|string $vimeoUrl)
No description
Product|null
getProduct()
No description
null|Video
getVideoDocument()
No description
string
getType()
No description
setType(string $type)
No description
null|string
getPlaylistId()
No description
setPlaylistId(null|string $playlistId)
No description