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

/**
 * Get restrictions slider js code
 *
 * @return string
 */
abstract public function getJsCallback(): string;

/**
 * @param string $fieldName
 *
 * @return bool
 */
abstract protected function isFieldRestricted(string $fieldName): bool;

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

	return $this;
}