• Модуль: dav
  • Путь к файлу: ~/bitrix/modules/dav/lib/profile/response/payload/base.php
  • Класс: BitrixDavProfileResponsePayloadBase
  • Вызов: Base::setPayloadBodyContent
private function setPayloadBodyContent()
{
	$dictionaries = new Decorator($this->resources, $this->accessToken);
	$params['dicts'] = $dictionaries->prepareBodyContent();
	$params['profileIdentifier'] = $dictionaries->getProfileIdentifier();
	$params['host'] = Context::getCurrent()->getServer()->getHttpHost();;
	$templatePath = IOPath::getDirectory(__DIR__ . '/templates/') . '/base.mobileconfig';
	$this->setBody(static::render($templatePath, $params));
}