public function getMatchingPhrase()
 {
     return utf8ToWin1251(parent::getMatchingPhrase());
 }
 function getMatchingPhrase()
 {
     include_once LIMB_DIR . '/core/http/utf8_to_win1251.inc.php';
     return utf8ToWin1251(parent::getMatchingPhrase());
 }