Files
faveo/vendor/brozot/laravel-fcm/doc/LaravelFCM-Message-PayloadNotification.md
Sujit Prasad ffa56a43cb update v1.0.7.9 R.C.
This is a Release Candidate. We are still testing.
2016-08-03 20:04:36 +05:30

713 B

LaravelFCM\Message\PayloadNotification

Class PayloadNotification

  • Class name: PayloadNotification
  • Namespace: LaravelFCM\Message
  • This class implements: Illuminate\Contracts\Support\Arrayable

Methods

__construct

mixed LaravelFCM\Message\PayloadNotification::__construct(\LaravelFCM\Message\PayloadNotificationBuilder $builder)

PayloadNotification constructor.

  • Visibility: public

Arguments

toArray

array LaravelFCM\Message\PayloadNotification::toArray()

convert PayloadNotification to array

  • Visibility: public