• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/kanban/entity/lead.php
  • Класс: Bitrix\Crm\Kanban\Entity\Lead
  • Вызов: Lead::__construct
public function __construct()
{
	parent::__construct();

	$this->leadFieldRestrictionManager = new FieldRestrictionManager(
		FieldRestrictionManager::MODE_KANBAN,
		[FieldRestrictionManagerTypes::OBSERVERS],
		\CCrmOwnerType::Lead
	);
}