1 | <?php |
||
18 | final class StrikethroughDelimiterProcessor implements DelimiterProcessorInterface |
||
19 | { |
||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | */ |
||
23 | 51 | public function getCharacter(): string |
|
27 | |||
28 | /** |
||
29 | * {@inheritdoc} |
||
30 | */ |
||
31 | 30 | public function getDelimiterUse(Delimiter $opener, Delimiter $closer): int |
|
37 | |||
38 | /** |
||
39 | * {@inheritdoc} |
||
40 | */ |
||
41 | 30 | public function process(Text $opener, Text $closer, int $delimiterUse) |
|
54 | } |
||
55 |