• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/activity/entity/configurablerestapp/dto/contentblock/lineofblocksdto.php
  • Класс: Bitrix\Crm\Activity\Entity\ConfigurableRestApp\Dto\ContentBlock\LineOfBlocksDto
  • Вызов: LineOfBlocksDto::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;
}