Home
last modified time | relevance | path

Searched refs:totalItemCount (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DSubscriptionContentDetails.php33 public $totalItemCount; variable in Google\\Service\\YouTube\\SubscriptionContentDetails
66 public function setTotalItemCount($totalItemCount) argument
68 $this->totalItemCount = $totalItemCount;
75 return $this->totalItemCount;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php3711 public $totalItemCount; variable in Google_SubscriptionContentDetails
3724 public function setTotalItemCount( $totalItemCount) { argument
3725 $this->totalItemCount = $totalItemCount;
3728 return $this->totalItemCount;