id = 'Feed id'; $feed->title = 'Feed title'; $feed->title->type = 'text'; $feed->updated = 'Feed updated'; $contributor = $feed->add( 'contributor' ); $contributor->name = 'Contributor name'; $contributor->email = 'Contributor email'; return $feed; ?>