• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/item/converter/task/totemplate.php
  • Класс: Bitrix\Tasks\Item\Converter\Task\ToTemplate
  • Вызов: ToTemplate::getSubEntityConverterClassMap
static function getSubEntityConverterClassMap()
{
	// only the following sub-entities will be converted
	return array(
		'SE_CHECKLIST' => array(
			'class' => Converter\Task\CheckList\ToTaskTemplateCheckList::getClass(),
		),
		'SE_TAG' => array(
			'class' => Converter\Stub::getClass(),
		),
		// we do not inherit access rights, so do not mention SE_ACCESS here
	);
}