eventType = $eventType; } /** * @return string[] */ public function getEventType() { return $this->eventType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Filter::class, 'Google_Service_Container_Filter');