Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannelSettings.php46 public $featuredChannelsUrls; variable in Google\\Service\\YouTube\\ChannelSettings
153 public function setFeaturedChannelsUrls($featuredChannelsUrls) argument
155 $this->featuredChannelsUrls = $featuredChannelsUrls;
162 return $this->featuredChannelsUrls;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php1849 public $featuredChannelsUrls; variable in Google_ChannelSettings
1876 public function setFeaturedChannelsUrls(/* array(Google_string) */ $featuredChannelsUrls) { argument
1877 $this->assertIsArray($featuredChannelsUrls, 'Google_string', __METHOD__);
1878 $this->featuredChannelsUrls = $featuredChannelsUrls;
1881 return $this->featuredChannelsUrls;