• Модуль: dav
  • Путь к файлу: ~/bitrix/modules/dav/classes/general/addressbookbase.php
  • Класс: ofCDavAddressbookBase
  • Вызов: CDavAddressbookBase::Get
public function Get($collectionId, $entity)
{
	$result['data'] = $this->GetVCardContent($entity);
	$result['mimetype'] = 'text/x-vcard; charset=utf-8';
	$result['headers'] = array('Content-Encoding: identity', 'ETag:' . $this->GetETag($collectionId, $entity));
	return $result;
}