• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Dto/Caster.php
  • Класс: Bitrix\Crm\Dto\Caster
  • Вызов: Caster::nullable
public function nullable(bool $isNullable = true): Caster
{
	$this->isNullable = $isNullable;

	return $this;
}