• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/component/entitylist/fieldrestrictionmanagerbase.php
  • Класс: Bitrix\Crm\Component\EntityList\FieldRestrictionManagerBase
  • Вызов: FieldRestrictionManagerBase::isFieldRestricted
protected function isFieldRestricted(string $fieldName): bool;

public function setEntityTypeId(int $entityTypeId): self
{
	$this->entityTypeId = $entityTypeId;

	return $this;
}