id = 'Channel about'; $feed->title = 'Feed title'; $feed->link = 'Feed link'; $feed->description = 'Feed description'; $textInput = $feed->add( 'textInput' ); $textInput->about = 'Textinput about'; return $feed; ?>