customHtml = $customHtml; } /** * @return string */ public function getCustomHtml() { return $this->customHtml; } /** * @param string */ public function setTargetWindowOption($targetWindowOption) { $this->targetWindowOption = $targetWindowOption; } /** * @return string */ public function getTargetWindowOption() { return $this->targetWindowOption; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TargetWindow::class, 'Google_Service_Dfareporting_TargetWindow');