_struct[] = [ 'date' => $item->date, 'author' => $item->author ]; } public function generateFeed () { return json_encode($this->_struct); } }