/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/AdExchangeBuyerII
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/AdExchangeBuyerII/AdSize.php (1588B)
height = $height;
}
/**
* @return string
*/
public function getHeight()
{
return $this->height;
}
/**
* @param string
*/
public function setSizeType($sizeType)
{
$this->sizeType = $sizeType;
}
/**
* @return string
*/
public function getSizeType()
{
return $this->sizeType;
}
/**
* @param string
*/
public function setWidth($width)
{
$this->width = $width;
}
/**
* @return string
*/
public function getWidth()
{
return $this->width;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(AdSize::class, 'Google_Service_AdExchangeBuyerII_AdSize');