• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/activity/entity/configurablerestapp/dto/bodydto.php
  • Класс: Bitrix\Crm\Activity\Entity\ConfigurableRestApp\Dto\BodyDto
  • Вызов: BodyDto::getCastByPropertyName
public function getCastByPropertyName(string $propertyName): ?\Bitrix\Crm\Dto\Caster
{
	switch ($propertyName)
	{
		case 'blocks':
			return new \Bitrix\Crm\Dto\Caster\CollectionCaster(new \Bitrix\Crm\Dto\Caster\ObjectCaster(ContentBlockDto::class));
	}

	return null;
}