class PlaylistSnippet extends Collection (View source)

Properties

protected $collection_key
string $channelId
string $channelTitle
string $defaultLanguage
string $description
protected $localizedType
protected $localizedDataType
string $publishedAt
string[] $tags
string $thumbnailVideoId
protected $thumbnailsType
protected $thumbnailsDataType
string $title

Methods

setChannelId($channelId)

No description

string
getChannelId()

No description

setChannelTitle($channelTitle)

No description

string
getChannelTitle()

No description

setDefaultLanguage($defaultLanguage)

No description

string
getDefaultLanguage()

No description

setDescription($description)

No description

string
getDescription()

No description

setLocalized(PlaylistLocalization $localized)

No description

setPublishedAt($publishedAt)

No description

string
getPublishedAt()

No description

setTags($tags)

No description

string[]
getTags()

No description

setThumbnailVideoId($thumbnailVideoId)

No description

string
getThumbnailVideoId()

No description

setThumbnails(ThumbnailDetails $thumbnails)

No description

getThumbnails()

No description

setTitle($title)

No description

string
getTitle()

No description

Details

setChannelId($channelId)

No description

Parameters

$channelId

string getChannelId()

No description

Return Value

string

setChannelTitle($channelTitle)

No description

Parameters

$channelTitle

string getChannelTitle()

No description

Return Value

string

setDefaultLanguage($defaultLanguage)

No description

Parameters

$defaultLanguage

string getDefaultLanguage()

No description

Return Value

string

setDescription($description)

No description

Parameters

$description

string getDescription()

No description

Return Value

string

setLocalized(PlaylistLocalization $localized)

No description

Parameters

PlaylistLocalization $localized

PlaylistLocalization getLocalized()

No description

Return Value

PlaylistLocalization

setPublishedAt($publishedAt)

No description

Parameters

$publishedAt

string getPublishedAt()

No description

Return Value

string

setTags($tags)

No description

Parameters

$tags

string[] getTags()

No description

Return Value

string[]

setThumbnailVideoId($thumbnailVideoId)

No description

Parameters

$thumbnailVideoId

string getThumbnailVideoId()

No description

Return Value

string

setThumbnails(ThumbnailDetails $thumbnails)

No description

Parameters

ThumbnailDetails $thumbnails

ThumbnailDetails getThumbnails()

No description

Return Value

ThumbnailDetails

setTitle($title)

No description

Parameters

$title

string getTitle()

No description

Return Value

string