| 1 | <?php |
||
| 9 | class WithPayload implements Activator |
||
| 10 | { |
||
| 11 | private $value; |
||
| 12 | |||
| 13 | 3 | public function __construct(string $value) |
|
| 17 | |||
| 18 | /** |
||
| 19 | * Result of matching activator. |
||
| 20 | * |
||
| 21 | * @param ReceivedMessage $message |
||
| 22 | * |
||
| 23 | * @return bool |
||
| 24 | */ |
||
| 25 | 2 | public function matches(ReceivedMessage $message): bool |
|
| 29 | } |
||
| 30 |