1 | <?php |
||
22 | class CanMessageRecipientSpecification implements CanMessageRecipientInterface |
||
23 | { |
||
24 | |||
25 | protected $error; |
||
26 | |||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | */ |
||
30 | public function isSatisfiedBy(ParticipantInterface $currentParticipant, ParticipantInterface $recipient) |
||
34 | |||
35 | /** |
||
36 | * {@inheritdoc} |
||
37 | */ |
||
38 | public function getErrorMessage() |
||
42 | } |
||
43 |