芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/Dfareporting/PathFilter.php
eventFilters = $eventFilters; } /** * @return EventFilter[] */ public function getEventFilters() { return $this->eventFilters; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setPathMatchPosition($pathMatchPosition) { $this->pathMatchPosition = $pathMatchPosition; } /** * @return string */ public function getPathMatchPosition() { return $this->pathMatchPosition; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PathFilter::class, 'Google_Service_Dfareporting_PathFilter');