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/
DSearchResultSnippet.php29 public $channelTitle; variable in Google\\Service\\YouTube\\SearchResultSnippet
66 public function setChannelTitle($channelTitle) argument
68 $this->channelTitle = $channelTitle;
75 return $this->channelTitle;
DSubscriptionSnippet.php29 public $channelTitle; variable in Google\\Service\\YouTube\\SubscriptionSnippet
64 public function setChannelTitle($channelTitle) argument
66 $this->channelTitle = $channelTitle;
73 return $this->channelTitle;
DActivitySnippet.php29 public $channelTitle; variable in Google\\Service\\YouTube\\ActivitySnippet
70 public function setChannelTitle($channelTitle) argument
72 $this->channelTitle = $channelTitle;
79 return $this->channelTitle;
DPlaylistSnippet.php30 public $channelTitle; variable in Google\\Service\\YouTube\\PlaylistSnippet
77 public function setChannelTitle($channelTitle) argument
79 $this->channelTitle = $channelTitle;
86 return $this->channelTitle;
DPlaylistItemSnippet.php29 public $channelTitle; variable in Google\\Service\\YouTube\\PlaylistItemSnippet
80 public function setChannelTitle($channelTitle) argument
82 $this->channelTitle = $channelTitle;
89 return $this->channelTitle;
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/
DGoogle_YouTubeService.php1475 public $channelTitle; variable in Google_ActivitySnippet
1490 public function setChannelTitle( $channelTitle) { argument
1491 $this->channelTitle = $channelTitle;
1494 return $this->channelTitle;
3229 public $channelTitle; variable in Google_PlaylistItemSnippet
3247 public function setChannelTitle( $channelTitle) { argument
3248 $this->channelTitle = $channelTitle;
3251 return $this->channelTitle;
3383 public $channelTitle; variable in Google_PlaylistSnippet
3397 public function setChannelTitle( $channelTitle) { argument
[all …]