1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
purge.php
См. документацию.
1<?php
2
3namespace Bitrix\Translate\Controller\Index;
4
5use Bitrix\Main;
6use Bitrix\Translate;
7
12{
20 final public function run($path = '')
21 {
22 if (!empty($path))
23 {
25 'path' => $path
26 ]);
29 }
30 else
31 {
34 }
35
36 return ['STATUS' => Translate\Controller\STATUS_COMPLETED];
37 }
38}
$path
Определения access_edit.php:21
$filter
Определения iblock_catalog_list.php:54
const STATUS_COMPLETED
Определения controller.php:6