1 | <?php |
||
22 | final class StrikethroughDelimiterProcessor implements DelimiterProcessorInterface |
||
23 | 51 | { |
|
24 | private $coreProcessor; |
||
25 | 51 | ||
26 | public function __construct() |
||
31 | 51 | ||
32 | /** |
||
33 | 51 | * {@inheritdoc} |
|
34 | */ |
||
35 | public function getOpeningCharacter(): string |
||
39 | 48 | ||
40 | /** |
||
41 | 48 | * {@inheritdoc} |
|
42 | */ |
||
43 | public function getClosingCharacter(): string |
||
47 | 30 | ||
48 | /** |
||
49 | 30 | * {@inheritdoc} |
|
50 | */ |
||
51 | 30 | public function getMinLength(): int |
|
55 | |||
56 | /** |
||
57 | 30 | * {@inheritdoc} |
|
58 | */ |
||
59 | 30 | public function getDelimiterUse(DelimiterInterface $opener, DelimiterInterface $closer): int |
|
63 | 30 | ||
64 | 30 | /** |
|
65 | 30 | * {@inheritdoc} |
|
66 | */ |
||
67 | public function process(AbstractStringContainer $opener, AbstractStringContainer $closer, int $delimiterUse) |
||
71 | } |
||
72 |
If you suppress an error, we recommend checking for the error condition explicitly: