animations = $animations; } /** * @return Animation[] */ public function getAnimations() { return $this->animations; } /** * @param Image */ public function setImage(Image $image) { $this->image = $image; } /** * @return Image */ public function getImage() { return $this->image; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Overlay::class, 'Google_Service_Transcoder_Overlay');