id; } public function getProvider() { return $this->provider; } public function getName() { return $this->name; } public function getFields() { return $this->fields; } public function getFilters() { return $this->filters; } public function getDefinition() { return [ 'id' => $this->id, 'provider' => $this->provider, 'name' => $this->name, 'fields' => $this->fields, 'filters' => $this->filters, ]; } }