Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannelSettings.php66 public $showRelatedChannels; variable in Google\\Service\\YouTube\\ChannelSettings
223 public function setShowRelatedChannels($showRelatedChannels) argument
225 $this->showRelatedChannels = $showRelatedChannels;
232 return $this->showRelatedChannels;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php1854 public $showRelatedChannels; variable in Google_ChannelSettings
1907 public function setShowRelatedChannels( $showRelatedChannels) { argument
1908 $this->showRelatedChannels = $showRelatedChannels;
1911 return $this->showRelatedChannels;