• Модуль: dav
  • Путь к файлу: ~/bitrix/modules/dav/classes/general/addressbookcrmcontacts.php
  • Класс: CDavCrmContacts
  • Вызов: CDavCrmContacts::AttachToEntityImgId
protected function AttachToEntityImgId($entityParams, $fileContent, $fileExtension)
{
	if (!isset($entityParams['PHOTO']) || !$entityParams['PHOTO'])
	{
		$entityParams['PHOTO'] = $this->SaveImg($fileContent, $fileExtension);
	}
	return $entityParams;
}