embedHeight = $embedHeight;
}
/**
* @return string
*/
public function getEmbedHeight()
{
return $this->embedHeight;
}
/**
* @param string
*/
public function setEmbedHtml($embedHtml)
{
$this->embedHtml = $embedHtml;
}
/**
* @return string
*/
public function getEmbedHtml()
{
return $this->embedHtml;
}
/**
* @param string
*/
public function setEmbedWidth($embedWidth)
{
$this->embedWidth = $embedWidth;
}
/**
* @return string
*/
public function getEmbedWidth()
{
return $this->embedWidth;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(VideoPlayer::class, 'Google_Service_YouTube_VideoPlayer');