type = $type; $this->actor = $actor; $this->object = $object; $this->target = $target; } /** * Send the notification. */ public function send() { do_action( 'activitypub_notification', $this ); } }