caseSensitive = $caseSensitive; } /** * @return bool */ public function getCaseSensitive() { return $this->caseSensitive; } /** * @param string */ public function setReplace($replace) { $this->replace = $replace; } /** * @return string */ public function getReplace() { return $this->replace; } /** * @param string */ public function setSearch($search) { $this->search = $search; } /** * @return string */ public function getSearch() { return $this->search; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Entry::class, 'Google_Service_Speech_Entry');