getFeed(); foreach ($this->getItems() as $item) { $feed['items'][] = $item->toArray(); } $text = print_r($feed, true); return $text; } }