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