• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/update/block/fontweight.php
  • Класс: BitrixLandingUpdateBlockFontWeight
  • Вызов: FontWeight::update
public function update(): void
{
	// todo: what about partners? !!!!!!!!!!!!!
	$this->changeWeightClass();

	$this->save();
}