allowed = $allowed; } /** * @return bool */ public function getAllowed() { return $this->allowed; } /** * @param string */ public function setUrl($url) { $this->url = $url; } /** * @return string */ public function getUrl() { return $this->url; } /** * @param string */ public function setWindowFeatures($windowFeatures) { $this->windowFeatures = $windowFeatures; } /** * @return string */ public function getWindowFeatures() { return $this->windowFeatures; } /** * @param string */ public function setWindowName($windowName) { $this->windowName = $windowName; } /** * @return string */ public function getWindowName() { return $this->windowName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(HtmlrenderWebkitHeadlessProtoWindowOpenEvent::class, 'Google_Service_Contentwarehouse_HtmlrenderWebkitHeadlessProtoWindowOpenEvent');