comment_ID = absint( $this->id ); $this->comment_post_ID = $this->object_id; $this->comment_type = $this->object_type; $this->comment_date = $this->date_created; $this->comment_date_gmt = $this->date_created; $this->comment_content = $this->content; } } }