Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DActivityContentDetails.php62 public function setChannelItem(ActivityContentDetailsChannelItem $channelItem) argument
64 $this->channelItem = $channelItem;
71 return $this->channelItem;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php1085 public $channelItem; variable in Google_ActivityContentDetails
1119 public function setChannelItem(Google_ActivityContentDetailsChannelItem $channelItem) { argument
1120 $this->channelItem = $channelItem;
1123 return $this->channelItem;