Home
last modified time | relevance | path

Searched refs:likeCount (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoStatistics.php37 public $likeCount; variable in Google\\Service\\YouTube\\VideoStatistics
88 public function setLikeCount($likeCount) argument
90 $this->likeCount = $likeCount;
97 return $this->likeCount;
H A DCommentSnippet.php47 public $likeCount; variable in Google\\Service\\YouTube\\CommentSnippet
168 public function setLikeCount($likeCount) argument
170 $this->likeCount = $likeCount;
177 return $this->likeCount;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php4859 public $likeCount; variable in Google_VideoStatistics
4879 public function setLikeCount( $likeCount) { argument
4880 $this->likeCount = $likeCount;
4883 return $this->likeCount;