component = $component; } /** * @return RepositoryWebrefMentionComponent[] */ public function getComponent() { return $this->component; } /** * @param int[] */ public function setMrfIndex($mrfIndex) { $this->mrfIndex = $mrfIndex; } /** * @return int[] */ public function getMrfIndex() { return $this->mrfIndex; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepositoryWebrefMentionCompoundMention::class, 'Google_Service_Contentwarehouse_RepositoryWebrefMentionCompoundMention');