class VideoStatistics extends Model (View source)

Properties

string $commentCount
string $dislikeCount
string $favoriteCount
string $likeCount
string $viewCount

Methods

setCommentCount($commentCount)

No description

string
getCommentCount()

No description

setDislikeCount($dislikeCount)

No description

string
getDislikeCount()

No description

setFavoriteCount($favoriteCount)

No description

string
getFavoriteCount()

No description

setLikeCount($likeCount)

No description

string
getLikeCount()

No description

setViewCount($viewCount)

No description

string
getViewCount()

No description

Details

setCommentCount($commentCount)

No description

Parameters

$commentCount

string getCommentCount()

No description

Return Value

string

setDislikeCount($dislikeCount)

No description

Parameters

$dislikeCount

string getDislikeCount()

No description

Return Value

string

setFavoriteCount($favoriteCount)

No description

Parameters

$favoriteCount

string getFavoriteCount()

No description

Return Value

string

setLikeCount($likeCount)

No description

Parameters

$likeCount

string getLikeCount()

No description

Return Value

string

setViewCount($viewCount)

No description

Parameters

$viewCount

string getViewCount()

No description

Return Value

string