mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-21 19:16:23 +00:00
382 B
382 B
date | id | title |
---|---|---|
2020-11-16 | bf86be19-256d-408e-b26e-dcd30d4f1e39 | Stack Decorators |
Description
Syntax to chain several decorators using a "stack".
Syntax
services:
App\Mailer\Mailer:
stack:
- App\Mailer\LoggingMailer: ~
- App\Mailer\RateLimitedMailer:
arguments: [20]
- App\Mailer\Mailer: ~