-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Notifier] Document Notifier options in README files #50349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Notifier] Document Notifier options in README files #50349
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nicolas-grekas do you agree with my comments?
$sms = new SmsMessage('+1411111111', 'My message'); | ||
|
||
$options = (new ContactEveryoneOptions()) | ||
->diffusionName('My label') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the method should be changed to accept a string also (would be consistent with the constructor of the transport)
@franckranaivo where can I find the doc that tells about this parameter?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, for the late answer. I picked these parameters (including diffusionName) from their manuals. But yes it should accept string. Here is the manual, idk if there is an english version.
https://ceo-be.multimediabs.com/attachments/hosted/lightApiManualsFR
They start to talk about these on page 9.
Apparently, it is useful for categorizing sms logs.
0e0dcbf
to
6153f04
Compare
Thank you @alamirault. |
…amirault) This PR was squashed before being merged into the 6.3 branch. Discussion ---------- [Notifier] Document Notifier options in README files | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Continue #50349 on 6.3 branch Commits ------- e770344 [Notifier] Document Notifier options in README files
… (alamirault) This PR was squashed before being merged into the 5.4 branch. Discussion ---------- [Notifier] Document Notifier options in README files 5.4 | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Continue #50349 on 5.4 branch Commits ------- b670273 [Notifier] Document Notifier options in README files 5.4
This PR was merged into the 6.3 branch. Discussion ---------- [Notifier] Fix ContactEveryoneOptions | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Thanks to `@franckranaivo` in #50349 (comment) Commits ------- 8dd9d93 [Notifier] Fix ContactEveryoneOptions
This PR add missing
*Options
documentations in notifier bridges readmeDocumented bridges are:
Waiting your feedback 😄
I will create another PR for AmazonSnsOptions, BandwidthOptions, ClickSendOptions, MobytOptions, PlivoOptions, RingCentralOptions, SmsmodeOptions, TwilioOptions after this one