class SubscriptionSnippet extends Model (View source)

Properties

string $channelId
string $channelTitle
string $description
string $publishedAt
protected $resourceIdType
protected $resourceIdDataType
protected $thumbnailsType
protected $thumbnailsDataType
string $title

Methods

setChannelId($channelId)

No description

string
getChannelId()

No description

setChannelTitle($channelTitle)

No description

string
getChannelTitle()

No description

setDescription($description)

No description

string
getDescription()

No description

setPublishedAt($publishedAt)

No description

string
getPublishedAt()

No description

setResourceId(ResourceId $resourceId)

No description

getResourceId()

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

setDescription($description)

No description

Parameters

$description

string getDescription()

No description

Return Value

string

setPublishedAt($publishedAt)

No description

Parameters

$publishedAt

string getPublishedAt()

No description

Return Value

string

setResourceId(ResourceId $resourceId)

No description

Parameters

ResourceId $resourceId

ResourceId getResourceId()

No description

Return Value

ResourceId

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