Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
purge.php
1<?php
2
4
7
12{
20 final public function run($path = '')
21 {
22 if (!empty($path))
23 {
24 $filter = new Translate\Filter([
25 'path' => $path
26 ]);
27 (new Translate\Index\PathLangCollection())->purge($filter);
28 (new Translate\Index\PathIndexCollection())->purge($filter);
29 }
30 else
31 {
34 }
35
36 return ['STATUS' => Translate\Controller\STATUS_COMPLETED];
37 }
38}