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