• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Dto/Caster/ObjectCaster.php
  • Класс: Bitrix\Crm\Dto\Caster\ObjectCaster
  • Вызов: ObjectCaster::castSingleValue
protected function castSingleValue($value)
{
	$className = $this->type;

	return new $className(is_array($value) ? $value : null);
}