Home
last modified time | relevance | path

Searched refs:featuredChannelsTitle (Results 1 – 2 of 2) sorted by path

/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php1848 public $featuredChannelsTitle; variable in Google_ChannelSettings
1870 public function setFeaturedChannelsTitle( $featuredChannelsTitle) { argument
1871 $this->featuredChannelsTitle = $featuredChannelsTitle;
1874 return $this->featuredChannelsTitle;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannelSettings.php42 public $featuredChannelsTitle; variable in Google\\Service\\YouTube\\ChannelSettings
139 public function setFeaturedChannelsTitle($featuredChannelsTitle) argument
141 $this->featuredChannelsTitle = $featuredChannelsTitle;
148 return $this->featuredChannelsTitle;