embedHtml = $embedHtml;
}
/**
* @return string
*/
public function getEmbedHtml()
{
return $this->embedHtml;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(PlaylistPlayer::class, 'Google_Service_YouTube_PlaylistPlayer');