Home
last modified time | relevance | path

Searched refs:embedHtml (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DPlaylistPlayer.php25 public $embedHtml; variable in Google\\Service\\YouTube\\PlaylistPlayer
30 public function setEmbedHtml($embedHtml) argument
32 $this->embedHtml = $embedHtml;
39 return $this->embedHtml;
H A DVideoPlayer.php29 public $embedHtml; variable in Google\\Service\\YouTube\\VideoPlayer
52 public function setEmbedHtml($embedHtml) argument
54 $this->embedHtml = $embedHtml;
61 return $this->embedHtml;
H A DMonitorStreamInfo.php29 public $embedHtml; variable in Google\\Service\\YouTube\\MonitorStreamInfo
52 public function setEmbedHtml($embedHtml) argument
54 $this->embedHtml = $embedHtml;
61 return $this->embedHtml;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php2972 public $embedHtml; variable in Google_MonitorStreamInfo
2980 public function setEmbedHtml( $embedHtml) { argument
2981 $this->embedHtml = $embedHtml;
2984 return $this->embedHtml;
3372 public $embedHtml; variable in Google_PlaylistPlayer
3373 public function setEmbedHtml( $embedHtml) { argument
3374 $this->embedHtml = $embedHtml;
3377 return $this->embedHtml;
4645 public $embedHtml; variable in Google_VideoPlayer
4647 $this->embedHtml = $embedHtml;
[all …]