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

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