• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/update/block/fontweight.php
  • Класс: BitrixLandingUpdateBlockFontWeight
  • Вызов: FontWeight::save
protected function save(): void
{
	BlockTable::update(
		$this->blockId,
		[
			'CONTENT' => $this->content
		]
	);
}