Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoStatistics.php25 public $commentCount; variable in Google\\Service\\YouTube\\VideoStatistics
46 public function setCommentCount($commentCount) argument
48 $this->commentCount = $commentCount;
55 return $this->commentCount;
H A DChannelStatistics.php25 public $commentCount; variable in Google\\Service\\YouTube\\ChannelStatistics
46 public function setCommentCount($commentCount) argument
48 $this->commentCount = $commentCount;
55 return $this->commentCount;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php1967 public $commentCount; variable in Google_ChannelStatistics
1971 public function setCommentCount( $commentCount) { argument
1972 $this->commentCount = $commentCount;
1975 return $this->commentCount;
4856 public $commentCount; variable in Google_VideoStatistics
4861 public function setCommentCount( $commentCount) { argument
4862 $this->commentCount = $commentCount;
4865 return $this->commentCount;