• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/repo.php
  • Класс: BitrixLandingRepo
  • Вызов: Repo::delete
static function delete($id)
{
	$res = parent::delete($id);

	if ($res->isSuccess())
	{
		Block::clearRepositoryCache();
	}

	return $res;
}