|
1C-Bitrix 25.700.0
|
Переменные | |
| global | $USER |
| global | $CACHE_MANAGER |
| $sites = CSite::GetByID($_GET["site_id"]) | |
| $aComponents = explode(",", $_GET["component_name"]) | |
| foreach ( $aComponents as $component_name) | |
| $aComponents = explode(",", $_GET["component_name"]) |
См. определение в файле clear_component_cache.php строка 19
| global $CACHE_MANAGER |
@global CCacheManager $CACHE_MANAGER
См. определение в файле clear_component_cache.php строка 7
| $sites = CSite::GetByID($_GET["site_id"]) |
См. определение в файле clear_component_cache.php строка 15
| global $USER |
@global CUser $USER
См. определение в файле clear_component_cache.php строка 5
| foreach($aComponents as $component_name) | ( | $aComponents as | ) |
См. определение в файле clear_component_cache.php строка 20