• Модуль: dav
  • Путь к файлу: ~/bitrix/modules/dav/classes/general/addressbookbase.php
  • Класс: ofCDavAddressbookBase
  • Вызов: CDavAddressbookBase::ReadEntity
protected function ReadEntity($collectionId, $account, $id)
{
	$entity = $this->LoadEntities($collectionId, $account, $this->LoadFilters($id));
	return (count($entity)) ? $entity[0] : null;
}