id = 'Feed id'; $feed->title = 'Feed title'; $feed->title->type = 'text'; $feed->updated = 'Feed updated'; $author = $feed->add( 'author' ); $author->email = 'Author email'; $author->uri = 'Author uri'; return $feed; ?>