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