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

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

	return $res;
}