activitypub_event = $activitypub_event; } /** * Save the ActivityPub event object as GatherPress Event. */ public function save() { // Insert GatherPress Event here. } }