• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/document/onlyoffice/templates/templatemanager.php
  • Класс: BitrixDiskDocumentOnlyOfficeTemplatesTemplateManager
  • Вызов: TemplateManager::getById
public function getById(int $id): ?array
{
	return $this->templates[$id] ?? [];
}