• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/agent.php
  • Класс: BitrixLandingAgent
  • Вызов: Agent::clearRecycleScope
static function clearRecycleScope(string $scope, ?int $days = null): string
{
	SiteType::setScope($scope);

	self::clearRecycle($days);

	return __CLASS__ . '::' . __FUNCTION__ . '('' . $scope . '');';
}