• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/Debugger/Session/TemplateShards.php
  • Класс: BitrixBizprocDebuggerSessionTemplateShards
  • Вызов: TemplateShards::getRobotData
public function getRobotData(): ?array
{
	if ((int)$this->fillTemplateType() === static::TEMPLATE_TYPE_ROBOTS)
	{
		return $this->getShards();
	}

	return null;
}