• Модуль: dav
  • Путь к файлу: ~/bitrix/modules/dav/classes/general/addressbookbase.php
  • Класс: ofCDavAddressbookBase
  • Вызов: CDavAddressbookBase::GetETag
public function GetETag($collectionId, $entity)
{
	if (!is_array($entity))
		$entity = $this->Read($collectionId, $entity);


	return 'BX:' . $entity['ID'] . ':' . MakeTimeStamp($this->EntityLastModifiedAt($entity));
}