message = [ 'notificationType' => $notificationType, 'resourceType' => $resourceType, 'providerId' => $providerId, 'notification' => $notification, ]; } /** * get message, ready to send out * * @return array * * @since 14.0.0 */ public function getMessage() { return $this->message; } }