_defaultFeedUri; if ($this->getCategory() !== null) { $uri .= '/-/' . $this->getCategory(); } $uri .= $this->getQueryString(); return $uri; } }