height = $height; } /** * @return int */ public function getHeight() { return $this->height; } /** * @param string */ public function setSource($source) { $this->source = $source; } /** * @return string */ public function getSource() { return $this->source; } /** * @param int */ public function setWidth($width) { $this->width = $width; } /** * @return int */ public function getWidth() { return $this->width; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PromotionImage::class, 'Google_Service_CustomSearchAPI_PromotionImage');