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