1 | <?php |
||
13 | class markup extends base |
||
14 | { |
||
15 | /** @var array Data array of regex patterns */ |
||
16 | protected $data; |
||
17 | |||
18 | /** |
||
19 | * @inheritdoc |
||
20 | */ |
||
21 | 16 | public function run() |
|
25 | |||
26 | /** |
||
27 | * @inheritdoc |
||
28 | */ |
||
29 | 16 | public function set_data() |
|
46 | |||
47 | /** |
||
48 | * Remove markup from the text |
||
49 | * |
||
50 | * @return string Stripped message text |
||
51 | */ |
||
52 | 16 | protected function process() |
|
56 | } |
||
57 |