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

	return null;
}