• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Body/ContentBlock.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Body\ContentBlock
  • Вызов: ContentBlock::setSort
public function setSort(?int $sort): self
{
	$this->sort = $sort;

	return $this;
}