embedHeight = $embedHeight;
}
public function getEmbedHeight()
{
return $this->embedHeight;
}
public function setEmbedHtml($embedHtml)
{
$this->embedHtml = $embedHtml;
}
public function getEmbedHtml()
{
return $this->embedHtml;
}
public function setEmbedWidth($embedWidth)
{
$this->embedWidth = $embedWidth;
}
public function getEmbedWidth()
{
return $this->embedWidth;
}
}