isOfficial = $isOfficial; } /** * @return bool */ public function getIsOfficial() { return $this->isOfficial; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepositoryWebrefPreprocessingUrlSourceInfoOldSchema::class, 'Google_Service_Contentwarehouse_RepositoryWebrefPreprocessingUrlSourceInfoOldSchema');