template = $template; } /** * Get Feed Body. * * @return false|string */ public function get_feed() { return $this->template->get_feed(); } /** * Get Feed Header. * * @return mixed */ public function get_header() { return $this->template->get_header(); } /** * Get Feed Footer. * * @return mixed */ public function get_footer() { return $this->template->get_footer(); } }