• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/classes/general/timeman_report_full.php
  • Класс: CUserReportFull
  • Вызов: CUserReportFull::preparePlannerData
private function preparePlannerData(array $entriesInfo): array
{
	if (is_array($entriesInfo['PLANNER']))
	{
		$entriesInfo = array_merge($entriesInfo, $entriesInfo['PLANNER']['DATA']);
		unset($entriesInfo['PLANNER']);
	}
	return $entriesInfo;
}