Whups_Query::feedLink PHP Method

    public function feedLink()
    {
        return array('href' => Whups::urlFor('query_rss', empty($this->slug) ? array('id' => $this->id) : array('slug' => $this->slug), true, -1), 'title' => $this->name);
    }