Home
last modified time | relevance | path

Searched refs:channelTitle (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DSearchResultSnippet.php29 public $channelTitle; variable in Google\\Service\\YouTube\\SearchResultSnippet
66 public function setChannelTitle($channelTitle) argument
68 $this->channelTitle = $channelTitle;
75 return $this->channelTitle;
H A DSubscriptionSnippet.php29 public $channelTitle; variable in Google\\Service\\YouTube\\SubscriptionSnippet
64 public function setChannelTitle($channelTitle) argument
66 $this->channelTitle = $channelTitle;
73 return $this->channelTitle;
H A DActivitySnippet.php29 public $channelTitle; variable in Google\\Service\\YouTube\\ActivitySnippet
70 public function setChannelTitle($channelTitle) argument
72 $this->channelTitle = $channelTitle;
79 return $this->channelTitle;
H A DPlaylistSnippet.php30 public $channelTitle; variable in Google\\Service\\YouTube\\PlaylistSnippet
77 public function setChannelTitle($channelTitle) argument
79 $this->channelTitle = $channelTitle;
86 return $this->channelTitle;
H A DPlaylistItemSnippet.php29 public $channelTitle; variable in Google\\Service\\YouTube\\PlaylistItemSnippet
80 public function setChannelTitle($channelTitle) argument
82 $this->channelTitle = $channelTitle;
89 return $this->channelTitle;
H A DVideoSnippet.php34 public $channelTitle; variable in Google\\Service\\YouTube\\VideoSnippet
99 public function setChannelTitle($channelTitle) argument
101 $this->channelTitle = $channelTitle;
108 return $this->channelTitle;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php1475 public $channelTitle; variable in Google_ActivitySnippet
1491 $this->channelTitle = $channelTitle;
3229 public $channelTitle; variable in Google_PlaylistItemSnippet
3248 $this->channelTitle = $channelTitle;
3383 public $channelTitle; variable in Google_PlaylistSnippet
3398 $this->channelTitle = $channelTitle;
3612 public $channelTitle; variable in Google_SearchResultSnippet
3626 $this->channelTitle = $channelTitle;
3798 public $channelTitle; variable in Google_SubscriptionSnippet
3815 $this->channelTitle = $channelTitle;
[all …]