Searched refs:featuredChannelsUrls (Results 1 – 2 of 2) sorted by relevance
46 public $featuredChannelsUrls; variable in Google\\Service\\YouTube\\ChannelSettings153 public function setFeaturedChannelsUrls($featuredChannelsUrls) argument155 $this->featuredChannelsUrls = $featuredChannelsUrls;162 return $this->featuredChannelsUrls;
1849 public $featuredChannelsUrls; variable in Google_ChannelSettings1876 public function setFeaturedChannelsUrls(/* array(Google_string) */ $featuredChannelsUrls) { argument1877 $this->assertIsArray($featuredChannelsUrls, 'Google_string', __METHOD__);1878 $this->featuredChannelsUrls = $featuredChannelsUrls;1881 return $this->featuredChannelsUrls;