valueMatchers = $valueMatchers; } /** * @return ValueMatcher[] */ public function getValueMatchers() { return $this->valueMatchers; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OrMatcher::class, 'Google_Service_TrafficDirectorService_OrMatcher');