public photo_feedback() { this.likesField = new stream_likes(); this.commentsField = new stream_comments(); }
public stream_post() { this.tagged_idsField = new stream_postTagged_ids(); this.privacyField = new privacy(); this.likesField = new stream_likes(); this.commentsField = new stream_comments(); this.action_linksField = new stream_postAction_links(); this.app_dataField = new stream_app_data(); this.attachmentField = new stream_attachment(); }