richsage / RMSPushNotificationsBundle

NOT MAINTAINED! ⛔️ Push notifications/messages for mobile devices. Supports iOS, Android (C2DM, GCM), Blackberry and Windows Mobile (toast only). A Symfony2 bundle.
MIT License
321 stars 152 forks source link

added return $this for setters #162

Open murman-lexus opened 6 years ago

murman-lexus commented 6 years ago

to allow comfortable setting parameters $message ->setMessage('message') ->setAPSContentAvailable(1) ... ->setAPSSound('default');